Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt is written in an unsupported language. File is not indexed.

0001 CSS.AllowTricky
0002 TYPE: bool
0003 DEFAULT: false
0004 VERSION: 3.1.0
0005 --DESCRIPTION--
0006 This parameter determines whether or not to allow "tricky" CSS properties and
0007 values. Tricky CSS properties/values can drastically modify page layout or
0008 be used for deceptive practices but do not directly constitute a security risk.
0009 For example, <code>display:none;</code> is considered a tricky property that
0010 will only be allowed if this directive is set to true.
0011 --# vim: et sw=4 sts=4