~ubuntu-branches/ubuntu/lucid/mahara/lucid-security

« back to all changes in this revision

Viewing changes to htdocs/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2009-10-30 13:46:40 UTC
  • mfrom: (6.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091030134640-13srv45w4660pmic
Tags: 1.1.7-1
* New upstream release
  - Privilege escalation fix (CVE-2009-3298)
  - XSS fix (CVE-2009-3299)

* Bump Standards-Version up to 3.8.3
* Switch packaging license to refer to GPL-3
* debian/mahara.config: Move -e to a separate line to silence lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Filter.ExtractStyleBlocks.Escaping
 
2
TYPE: bool
 
3
VERSION: 3.0.0
 
4
DEFAULT: true
 
5
ALIASES: Filter.ExtractStyleBlocksEscaping, FilterParam.ExtractStyleBlocksEscaping
 
6
--DESCRIPTION--
 
7
 
 
8
<p>
 
9
  Whether or not to escape the dangerous characters &lt;, &gt; and &amp;
 
10
  as \3C, \3E and \26, respectively. This is can be safely set to false
 
11
  if the contents of StyleBlocks will be placed in an external stylesheet,
 
12
  where there is no risk of it being interpreted as HTML.
 
13
</p>
 
14
--# vim: et sw=4 sts=4