Add %CSS.ForbiddenProperties directive.
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / CSS.ForbiddenProperties.txt
blob2e7d4a6c77c66ba4715e45a2c8a77983af640353
1 CSS.ForbiddenProperties
2 TYPE: lookup
3 VERSION: 4.1.2
4 DEFAULT: array()
5 --DESCRIPTION--
6 <p>
7     This is the logical inverse of %CSS.AllowedProperties, and it will
8     override that directive or any other directive.  If possible,
9     %CSS.AllowedProperties is recommended over this directive,
10     because it can sometimes be difficult to tell whether or not you've
11     forbidden all of the CSS properties you truly would like to disallow.
12 </p>
13 --# vim: et sw=4 sts=4