]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/HTMLPurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt
Release 6.5.0
[Github/sugarcrm.git] / include / HTMLPurifier / standalone / HTMLPurifier / ConfigSchema / schema / CSS.ForbiddenProperties.txt
1 CSS.ForbiddenProperties
2 TYPE: lookup
3 VERSION: 4.2.0
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