Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt is written in an unsupported language. File is not indexed.

0001 HTML.SafeIframe
0002 TYPE: bool
0003 VERSION: 4.4.0
0004 DEFAULT: false
0005 --DESCRIPTION--
0006 <p>
0007     Whether or not to permit iframe tags in untrusted documents.  This
0008     directive must be accompanied by a whitelist of permitted iframes,
0009     such as %URI.SafeIframeRegexp, otherwise it will fatally error.
0010     This directive has no effect on strict doctypes, as iframes are not
0011     valid.
0012 </p>
0013 --# vim: et sw=4 sts=4