]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Core.AggressivelyFixLt.txt
CommitLineData
d4949327
NL
1Core.AggressivelyFixLt\r
2TYPE: bool\r
3VERSION: 2.1.0\r
4DEFAULT: true\r
5--DESCRIPTION--\r
6<p>\r
7 This directive enables aggressive pre-filter fixes HTML Purifier can\r
8 perform in order to ensure that open angled-brackets do not get killed\r
9 during parsing stage. Enabling this will result in two preg_replace_callback\r
10 calls and at least two preg_replace calls for every HTML document parsed;\r
11 if your users make very well-formed HTML, you can set this directive false.\r
12 This has no effect when DirectLex is used.\r
13</p>\r
14<p>\r
15 <strong>Notice:</strong> This directive's default turned from false to true\r
16 in HTML Purifier 3.2.0.\r
17</p>\r
18--# vim: et sw=4 sts=4\r