[3.1.1] Implement SafeEmbed. Also, miscellaneous bugfixes.
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / HTML.SafeObject.txt
blob6270abea47d2c87aed7d04495323d8958af0cec9
1 HTML.SafeObject
2 TYPE: bool
3 VERSION: 3.1.1
4 DEFAULT: false
5 --DESCRIPTION--
6 <p>
7     Whether or not to permit object 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 object tags. You may also want to 
10     enable %HTML.SafeEmbed for maximum interoperability with Internet Explorer,
11     although embed tags will cause your website to stop validating.
12     <strong>Highly experimental.</strong>
13 </p>