a4cd966df89aa5f5ec80eff45e00e5fffb079b2f
[yaffs-website] / vendor / ezyang / htmlpurifier / library / HTMLPurifier / ConfigSchema / schema / 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