~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to yii/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>
 
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>
 
14
--# vim: et sw=4 sts=4