first commit
This commit is contained in:
8
htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/blacklist-remove.htmlt
Executable file
8
htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/blacklist-remove.htmlt
Executable file
@ -0,0 +1,8 @@
|
||||
--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
|
Reference in New Issue
Block a user