[3.1.1] Implement SafeEmbed. Also, miscellaneous bugfixes.
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / HTML.SafeEmbed.txt
blob98ed8f9f0b1d9c8bc463c566805fe32a095fd92e
1 HTML.SafeEmbed
2 TYPE: bool
3 VERSION: 3.1.1
4 DEFAULT: false
5 --DESCRIPTION--
6 <p>
7     Whether or not to permit embed tags in documents, with a number of extra
8     security features added to prevent script execution. This is similar to
9     what websites like MySpace do to embed tags. Embed is a proprietary
10     element and will cause your website to stop validating. You probably want
11     to enable this with %HTML.SafeObject.
12     <strong>Highly experimental.</strong>
13 </p>