]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Attr.EnableID.txt
CommitLineData
d4949327
NL
1Attr.EnableID\r
2TYPE: bool\r
3DEFAULT: false\r
4VERSION: 1.2.0\r
5--DESCRIPTION--\r
6Allows the ID attribute in HTML. This is disabled by default due to the\r
7fact that without proper configuration user input can easily break the\r
8validation of a webpage by specifying an ID that is already on the\r
9surrounding HTML. If you don't mind throwing caution to the wind, enable\r
10this directive, but I strongly recommend you also consider blacklisting IDs\r
11you use (%Attr.IDBlacklist) or prefixing all user supplied IDs\r
12(%Attr.IDPrefix). When set to true HTML Purifier reverts to the behavior of\r
13pre-1.2.0 versions.\r
14--ALIASES--\r
15HTML.EnableAttrID\r
16--# vim: et sw=4 sts=4\r