]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / HTML.AllowedCommentsRegexp.txt
CommitLineData
d4949327
NL
1HTML.AllowedCommentsRegexp\r
2TYPE: string/null\r
3VERSION: 4.4.0\r
4DEFAULT: NULL\r
5--DESCRIPTION--\r
6A regexp, which if it matches the body of a comment, indicates that\r
7it should be allowed. Trailing and leading spaces are removed prior\r
8to running this regular expression.\r
9<strong>Warning:</strong> Make sure you specify\r
10correct anchor metacharacters <code>^regex$</code>, otherwise you may accept\r
11comments that you did not mean to! In particular, the regex <code>/foo|bar/</code>\r
12is probably not sufficiently strict, since it also allows <code>foobar</code>.\r
13See also %HTML.AllowedComments (these directives are union'ed together,\r
14so a comment is considered valid if any directive deems it valid.)\r
15--# vim: et sw=4 sts=4\r