Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyRemoveScript.txt is written in an unsupported language. File is not indexed.
0001 Core.AggressivelyRemoveScript 0002 TYPE: bool 0003 VERSION: 4.9.0 0004 DEFAULT: true 0005 --DESCRIPTION-- 0006 <p> 0007 This directive enables aggressive pre-filter removal of 0008 script tags. This is not necessary for security, 0009 but it can help work around a bug in libxml where embedded 0010 HTML elements inside script sections cause the parser to 0011 choke. To revert to pre-4.9.0 behavior, set this to false. 0012 This directive has no effect if %Core.Trusted is true, 0013 %Core.RemoveScriptContents is false, or %Core.HiddenElements 0014 does not contain script. 0015 </p> 0016 --# vim: et sw=4 sts=4