/ lib / htmlpurifier / ConfigSchema / schema / Core.RemoveScriptContents.txt
Core.RemoveScriptContents.txt
 1  Core.RemoveScriptContents
 2  TYPE: bool/null
 3  DEFAULT: NULL
 4  VERSION: 2.0.0
 5  DEPRECATED-VERSION: 2.1.0
 6  DEPRECATED-USE: Core.HiddenElements
 7  --DESCRIPTION--
 8  <p>
 9    This directive enables HTML Purifier to remove not only script tags
10    but all of their contents.
11  </p>
12  --# vim: et sw=4 sts=4