[3.1.0] Implement DenyElementDecorator for imagecrash-protection against CSS width...
commit1ba77fedd40d47b8f9cd02f9d85b01288656ae23
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 22 Apr 2008 22:28:54 +0000 (22 22:28 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 22 Apr 2008 22:28:54 +0000 (22 22:28 +0000)
tree14e7ef45ab73df7a8d90c3060979aeabfbe536ca
parentfae720115a5bfb026a0abb5ca24e336e6d9f0a1b
[3.1.0] Implement DenyElementDecorator for imagecrash-protection against CSS width/height
- Misc doc changes
- Add missing inheritance for AttrDef_CSS decorators

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1684 48356398-32a2-884e-a903-53898d9a118a
12 files changed:
NEWS
TODO
configdoc/generate.php
configdoc/usage.xml
library/HTMLPurifier.includes.php
library/HTMLPurifier.safe-includes.php
library/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php [new file with mode: 0644]
library/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php
library/HTMLPurifier/CSSDefinition.php
library/HTMLPurifier/ConfigSchema/schema.ser
library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt
tests/HTMLPurifier/Strategy/ValidateAttributesTest.php