1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-14 10:04:21 +02:00

Allow <![CDATA[<body>...</body>]]> not to trigger Core.ConvertDocumentToFragment

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
Edward Z. Yang
2008-08-01 19:06:28 -04:00
parent 03dabec2c0
commit 1d90bb2397
3 changed files with 26 additions and 5 deletions

1
NEWS
View File

@@ -36,6 +36,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
- Do not re-munge URL if the output URL has the same host as the input URL.
Requested by Chris.
- Fix error in documentation regarding %Filter.ExtractStyleBlocks
- Prevent <![CDATA[<body></body>]]> from triggering %Core.ConvertDocumentToFragment
. Strategy_MakeWellFormed now operates in-place, saving memory and allowing
for more interesting filter-backtracking
. New HTMLPurifier_Injector->rewind() functionality, allows injectors to rewind