Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt is written in an unsupported language. File is not indexed.
0001 Attr.EnableID 0002 TYPE: bool 0003 DEFAULT: false 0004 VERSION: 1.2.0 0005 --DESCRIPTION-- 0006 Allows the ID attribute in HTML. This is disabled by default due to the 0007 fact that without proper configuration user input can easily break the 0008 validation of a webpage by specifying an ID that is already on the 0009 surrounding HTML. If you don't mind throwing caution to the wind, enable 0010 this directive, but I strongly recommend you also consider blacklisting IDs 0011 you use (%Attr.IDBlacklist) or prefixing all user supplied IDs 0012 (%Attr.IDPrefix). When set to true HTML Purifier reverts to the behavior of 0013 pre-1.2.0 versions. 0014 --ALIASES-- 0015 HTML.EnableAttrID 0016 --# vim: et sw=4 sts=4