Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/Core.DisableExcludes.txt is written in an unsupported language. File is not indexed.

0001 Core.DisableExcludes
0002 TYPE: bool
0003 DEFAULT: false
0004 VERSION: 4.5.0
0005 --DESCRIPTION--
0006 <p>
0007   This directive disables SGML-style exclusions, e.g. the exclusion of
0008   <code>&lt;object&gt;</code> in any descendant of a
0009   <code>&lt;pre&gt;</code> tag.  Disabling excludes will allow some
0010   invalid documents to pass through HTML Purifier, but HTML Purifier
0011   will also be less likely to accidentally remove large documents during
0012   processing.
0013 </p>
0014 --# vim: et sw=4 sts=4