Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt is written in an unsupported language. File is not indexed.
0001 HTML.ForbiddenAttributes 0002 TYPE: lookup 0003 VERSION: 3.1.0 0004 DEFAULT: array() 0005 --DESCRIPTION-- 0006 <p> 0007 While this directive is similar to %HTML.AllowedAttributes, for 0008 forwards-compatibility with XML, this attribute has a different syntax. Instead of 0009 <code>tag.attr</code>, use <code>tag@attr</code>. To disallow <code>href</code> 0010 attributes in <code>a</code> tags, set this directive to 0011 <code>a@href</code>. You can also disallow an attribute globally with 0012 <code>attr</code> or <code>*@attr</code> (either syntax is fine; the latter 0013 is provided for consistency with %HTML.AllowedAttributes). 0014 </p> 0015 <p> 0016 <strong>Warning:</strong> This directive complements %HTML.ForbiddenElements, 0017 accordingly, check 0018 out that directive for a discussion of why you 0019 should think twice before using this directive. 0020 </p> 0021 --# vim: et sw=4 sts=4