1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-06 06:07:26 +02:00

Actually make URI.DisableResources do something.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
Edward Z. Yang
2010-06-30 05:59:17 -07:00
parent 1bed8b6d5f
commit c04a441b3e
4 changed files with 42 additions and 2 deletions

2
NEWS
View File

@@ -12,6 +12,8 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
4.1.2, unknown release date
! Added %Core.RemoveProcessingInstructions, which lets you remove
<? ... ?> statements.
! Added %URI.DisableResources functionality; the directive originally
did nothing. Thanks David Rothstein for reporting.
- Fix improper handling of Internet Explorer conditional comments
by parser. Thanks zmonteca for reporting.