Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
Core.AggressivelyRemoveScript
2
TYPE: bool
3
VERSION: 4.9.0
4
DEFAULT: true
5
--DESCRIPTION--
6
<p>
7
    This directive enables aggressive pre-filter removal of
8
    script tags.  This is not necessary for security,
9
    but it can help work around a bug in libxml where embedded
10
    HTML elements inside script sections cause the parser to
11
    choke.  To revert to pre-4.9.0 behavior, set this to false.
12
    This directive has no effect if %Core.Trusted is true,
13
    %Core.RemoveScriptContents is false, or %Core.HiddenElements
14
    does not contain script.
15
</p>
16
--# vim: et sw=4 sts=4