mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 08:21:52 +00:00
aa0fdeee30
By default, the DirectLex and DOMLex behavior with stray angled brackets varied a great deal due to their implementations. A little known directive %Core.AggressivelyFixLt attempted to match DOMLex's behavior with DirectLex's, but it was off by default. By turning it on by default, users now enjoy these benefits, and performance-minded users can turn it back off. Also, several refinements to stray angled bracket parsing was made. Specifically: * DirectLex: Handle each left angled bracket individually, which prevents strange behavior as reported by eon. * DOMLex: Iterate aggressive lt fix, so that stacked brackets like << are handled. Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com> |
||
---|---|---|
.. | ||
FSTools | ||
HTMLPurifier | ||
PHPT | ||
tmp | ||
CliTestCase.php | ||
common.php | ||
Debugger.php | ||
generate_mock_once.func.php | ||
HTMLPurifierTest.php | ||
index.php | ||
multitest.php | ||
path2class.func.php | ||
test_files.php |