1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-23 14:13:39 +02:00

Add new Cache.SerializerPermissions option.

This commit is contained in:
Petr Skoda
2011-01-13 15:05:12 +01:00
committed by Edward Z. Yang
parent 5803c06765
commit 78c4e62245
6 changed files with 74 additions and 15 deletions

2
NEWS
View File

@@ -18,6 +18,8 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
! More types of SPL autoloaders allowed on later versions of PHP.
! Implementations for position, top, left, right, bottom, z-index
when %CSS.Trusted is on.
! Add %Cache.SerializerPermissions option for custom serializer
directory/file permissions
- Make removal of conditional IE comments ungreedy; thanks Bernd
for reporting.
- Escape CDATA before removing Internet Explorer comments.