0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-10 07:38:41 +00:00
htmlpurifier/library/HTMLPurifier/ConfigSchema
David Morton 0b6ae1c3c1 Custom Injector to display URL address along with link text.
When viewing potentially hostile html, it may be helpful to see what
a given link was pointing to.  This new injector takes the href
attribute and adds the text after the link, and deletes the href
attribute.

Other forms of display could easily be contrived, but this seems to be
a good basic way to present the information.

Signed-off-by: David Morton <mortonda@dgrmm.net>
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
2008-10-23 17:11:29 -04:00
..
Builder [3.1.1] Further optimize ConfigSchema by eliminating stdclass when only type is set. 2008-05-23 17:00:58 +00:00
Interchange [3.1.0] Deprecate addFilter; set up Filter namespace 2008-04-22 06:40:04 +00:00
schema Custom Injector to display URL address along with link text. 2008-10-23 17:11:29 -04:00
Exception.php [3.1.0] Implement ConfigSchema interchange 2008-03-01 17:06:23 +00:00
Interchange.php [3.1.0] Feature parity with configdoc rewrite 2008-04-22 01:58:06 +00:00
InterchangeBuilder.php [3.1.0] More PHP4->PHP5 conversions, notably reference removal of most methods that return objects 2008-04-23 02:40:17 +00:00
schema.ser Custom Injector to display URL address along with link text. 2008-10-23 17:11:29 -04:00
Validator.php [3.1.1] Memory optimizations for ConfigSchema. Changes include: 2008-05-23 16:43:24 +00:00
ValidatorAtom.php [3.1.0] Continue building up validation functions 2008-04-04 21:33:37 +00:00