[3.1.1] Implement %URI.SecureMunge and %URI.SecureMungeSecretKey, thanks Chris!
commit322288e6c07c911dcb76e8ec0aa521b200edd23f
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 26 May 2008 16:26:47 +0000 (26 16:26 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 26 May 2008 16:26:47 +0000 (26 16:26 +0000)
treed9e628c7ae608add8bbf671800c31d1d2090bda8
parent3c4346cb1e6b148019d627d6bf3672c930ed423f
[3.1.1] Implement %URI.SecureMunge and %URI.SecureMungeSecretKey, thanks Chris!
- URIFilter->prepare can return false in order to abort loading of the filter
- Implemented post URI filtering. Set member variable $post to true to set a URIFilter as such.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1772 48356398-32a2-884e-a903-53898d9a118a
17 files changed:
NEWS
configdoc/usage.xml
docs/enduser-uri-filter.html
library/HTMLPurifier.includes.php
library/HTMLPurifier.safe-includes.php
library/HTMLPurifier/AttrDef/URI.php
library/HTMLPurifier/ConfigSchema/schema.ser
library/HTMLPurifier/ConfigSchema/schema/URI.SecureMunge.txt [new file with mode: 0644]
library/HTMLPurifier/ConfigSchema/schema/URI.SecureMungeSecretKey.txt [new file with mode: 0644]
library/HTMLPurifier/URIDefinition.php
library/HTMLPurifier/URIFilter.php
library/HTMLPurifier/URIFilter/HostBlacklist.php
library/HTMLPurifier/URIFilter/MakeAbsolute.php
library/HTMLPurifier/URIFilter/SecureMunge.php [new file with mode: 0644]
tests/HTMLPurifier/AttrDef/URITest.php
tests/HTMLPurifier/URIDefinitionTest.php
tests/HTMLPurifier/URIFilter/SecureMungeTest.php [new file with mode: 0644]