Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt is written in an unsupported language. File is not indexed.
0001 HTML.ForbiddenElements 0002 TYPE: lookup 0003 VERSION: 3.1.0 0004 DEFAULT: array() 0005 --DESCRIPTION-- 0006 <p> 0007 This was, perhaps, the most requested feature ever in HTML 0008 Purifier. Please don't abuse it! This is the logical inverse of 0009 %HTML.AllowedElements, and it will override that directive, or any 0010 other directive. 0011 </p> 0012 <p> 0013 If possible, %HTML.Allowed is recommended over this directive, because it 0014 can sometimes be difficult to tell whether or not you've forbidden all of 0015 the behavior you would like to disallow. If you forbid <code>img</code> 0016 with the expectation of preventing images on your site, you'll be in for 0017 a nasty surprise when people start using the <code>background-image</code> 0018 CSS property. 0019 </p> 0020 --# vim: et sw=4 sts=4