0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 18:55:19 +00:00
htmlpurifier/library
Edward Z. Yang 85090520f1 Add double-munging protection by checking if the domains are the same.
Previously, if an absolute munge URL location was used, HTML passed through
HTML Purifier multiple times would be munged multiple times. This patch
checks if the output URI has the same URI as the input URI; if they do,
the munge is considered unnecessary and discarded.

Requested-by: Chris <justbittin@gmail.com>
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
2008-07-26 22:45:19 -06:00
..
HTMLPurifier Add double-munging protection by checking if the domains are the same. 2008-07-26 22:45:19 -06:00
HTMLPurifier.auto.php Numerous documentation and test code fixes for HTML Purifier loading 2008-02-17 18:21:45 +00:00
HTMLPurifier.autoload.php - Gracefully error out of obscure bug involving non-static autoloaders 2008-02-18 02:33:50 +00:00
HTMLPurifier.func.php Numerous documentation and test code fixes for HTML Purifier loading 2008-02-17 18:21:45 +00:00
HTMLPurifier.includes.php Implement %AutoFormat.RemoveEmpty, end to start ref, and injector rewind. 2008-06-27 16:09:14 -04:00
HTMLPurifier.kses.php [3.1.0] Experimental kses support. 2008-03-13 05:35:57 +00:00
HTMLPurifier.path.php Numerous documentation and test code fixes for HTML Purifier loading 2008-02-17 18:21:45 +00:00
HTMLPurifier.php Release 3.1.1 2008-06-19 21:43:57 +00:00
HTMLPurifier.safe-includes.php Implement %AutoFormat.RemoveEmpty, end to start ref, and injector rewind. 2008-06-27 16:09:14 -04:00