You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
573 B
16 lines
573 B
Core.AggressivelyRemoveScript
|
|
TYPE: bool
|
|
VERSION: 4.9.0
|
|
DEFAULT: true
|
|
--DESCRIPTION--
|
|
<p>
|
|
This directive enables aggressive pre-filter removal of
|
|
script tags. This is not necessary for security,
|
|
but it can help work around a bug in libxml where embedded
|
|
HTML elements inside script sections cause the parser to
|
|
choke. To revert to pre-4.9.0 behavior, set this to false.
|
|
This directive has no effect if %Core.Trusted is true,
|
|
%Core.RemoveScriptContents is false, or %Core.HiddenElements
|
|
does not contain script.
|
|
</p>
|
|
--# vim: et sw=4 sts=4
|
|
|