pastafarianstvi.cz/libraries/htmlpurifier-4.14.0/tests/HTMLPurifier/HTMLT/blacklist-remove.htmlt
2022-11-19 17:30:09 +01:00

8 lines
166 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