0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-21 19:45:17 +00:00
htmlpurifier/library/HTMLPurifier/ConfigSchema
Mateusz Turcza 3bdc031224
Add %HTML.Forms config directive (#260)
The %HTML.Forms directive enables Forms module regardless of the %HTML.Trusted
value. This adds support for form elements without enabling other unsafe
modules, such as Scripts, Iframe or Object.

To achieve the same effect without this directive one has to explicitly list
all enabled modules in %HTML.AllowedModules, and any not listed will be
removed. This however is not very convenient, as the allowed modules may vary
between doctypes.

Resolves #213.
2020-06-28 20:26:33 -04:00
..
Builder PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Interchange PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
schema Add %HTML.Forms config directive (#260) 2020-06-28 20:26:33 -04:00
Exception.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Interchange.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
InterchangeBuilder.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
schema.ser Add %HTML.Forms config directive (#260) 2020-06-28 20:26:33 -04:00
Validator.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
ValidatorAtom.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00