Edit blacklisted HTML elements
miiimooo - August 6, 2009 - 16:38
| Project: | WYSIWYG Filter |
| Version: | 6.x-1.3 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
It would be great to have a way of editing the blacklist in wysiwyg_filter_get_elements_blacklist without having to modify the code or maybe embed shouldn't be blacklisted as it is used to insert flash (in fckeditor).

#1
We should provide a method to ensure anything not blacklisted has the correct format, it does not contain anything that could cause harm, etc.
Embed (and Object) HTML tags are not easy to parse, and that's why I did not implement those, hence included in the hardcoded blacklist.
The alternative is to use an input format filter that provides a macro of some sort that can be used to embed videos, flash, etc.