rhymix/classes/security/htmlpurifier/tests/HTMLPurifier/HTMLT/blacklist-remove.htmlt
2012-04-20 07:34:00 +00:00

8 lines
158 B
Text

--INI--
HTML.ForbiddenElements = b
HTML.ForbiddenAttributes = a@href
--HTML--
<b>Foo<a href="bar">bar</a></b>
--EXPECT--
Foo<a>bar</a>
--# vim: et sw=4 sts=4