Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt is written in an unsupported language. File is not indexed.
0001 HTML.AllowedCommentsRegexp 0002 TYPE: string/null 0003 VERSION: 4.4.0 0004 DEFAULT: NULL 0005 --DESCRIPTION-- 0006 A regexp, which if it matches the body of a comment, indicates that 0007 it should be allowed. Trailing and leading spaces are removed prior 0008 to running this regular expression. 0009 <strong>Warning:</strong> Make sure you specify 0010 correct anchor metacharacters <code>^regex$</code>, otherwise you may accept 0011 comments that you did not mean to! In particular, the regex <code>/foo|bar/</code> 0012 is probably not sufficiently strict, since it also allows <code>foobar</code>. 0013 See also %HTML.AllowedComments (these directives are union'ed together, 0014 so a comment is considered valid if any directive deems it valid.) 0015 --# vim: et sw=4 sts=4