Currently toggling modules is not granular enough - there is only one switch (HTML.Trusted) which enables all unsafe modules. And there is no way of enabling Forms module without also enabling Scripting. You can do something like the following, but it's not convenient and seems like a dirty override:
Currently toggling modules is not granular enough - there is only one switch (
HTML.Trusted
) which enables all unsafe modules. And there is no way of enablingForms
module without also enablingScripting
. You can do something like the following, but it's not convenient and seems like a dirty override:Related to ezyang/htmlpurifier#213.