0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-21 03:35:18 +00:00
htmlpurifier/library/HTMLPurifier/HTMLModule
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
..
Tidy Added tr@bgcolor to tidy (#244) 2020-02-22 12:10:30 -05:00
Bdo.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
CommonAttributes.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Edit.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Forms.php Add %HTML.Forms config directive (#260) 2020-06-28 20:26:33 -04:00
Hypertext.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Iframe.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Image.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Legacy.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
List.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Name.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Nofollow.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
NonXMLCommonAttributes.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Object.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Presentation.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Proprietary.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Ruby.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
SafeEmbed.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
SafeObject.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
SafeScripting.php Make SafeScripting case-sensitive. 2018-11-11 16:21:58 -05:00
Scripting.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
StyleAttribute.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Tables.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Target.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
TargetBlank.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
TargetNoopener.php Refactor HTML.Noopener to HTML.TargetNoopener so that it behaves like HTML.TargetNoreferrer and is active by default if a target is set 2017-02-03 16:54:51 -08:00
TargetNoreferrer.php Add %HTML.TargetNoreferrer, which adds rel="noreferrer" when target attribute is set 2016-06-30 21:53:43 -04:00
Text.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Tidy.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
XMLCommonAttributes.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00