I enabled Safe HTML and disabled the default HTML Filter that comes with Drupal, but when i go to - for example /admin/settings/filters/4/configure, I still see configuration options for HTML Filter, and when I submit html content it still seems to be filtered by HTML Filter (I cannot use tags I didn't specifically permit in the HTML Filter options).
Is there some way to enable Safe HTML without enabling HTML Filter?
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | safehtml.patch | 820 bytes | zxombie |
Comments
Comment #1
zxombie commentedI saw this also. The attached patch (against 5.x-1.x) removes the calls to _filter_html and filter_html_settings. This means it will only remove the bad html tags. It won't give you the option to set allowed tags.
Comment #2
Anonymous (not verified) commentedSweet, thanks a lot for the patch. As far as I can tell it solved the problem great.
Comment #3
claudiu.cristeaThe HTML Filter was removed from Safe HTML module in the next release 5.x-1.2
Comment #4
claudiu.cristea