0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 18:55:19 +00:00
htmlpurifier/library
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
..
HTMLPurifier Add %HTML.Forms config directive (#260) 2020-06-28 20:26:33 -04:00
HTMLPurifier.auto.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
HTMLPurifier.autoload-legacy.php Quarantine __autoload defs for PHP 7.2 compat 2017-12-30 00:23:05 -05:00
HTMLPurifier.autoload.php Quarantine __autoload defs for PHP 7.2 compat 2017-12-30 00:23:05 -05:00
HTMLPurifier.composer.php Make Composer work with PHP 5.2 and earlier. Reported by @voku 2013-12-08 15:51:56 -08:00
HTMLPurifier.func.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
HTMLPurifier.includes.php Release 4.12.0 2019-10-27 23:44:26 -04:00
HTMLPurifier.kses.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
HTMLPurifier.path.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
HTMLPurifier.php Make purifyArray work with empty array (#245) 2020-02-22 12:12:02 -05:00
HTMLPurifier.safe-includes.php Usage/includes update. 2017-03-06 23:06:56 -08:00