mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-20 21:37:01 +00:00
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
--INI--
|
|
HTML.ForbiddenElements = b
|
|
HTML.ForbiddenAttributes = a@href
|
|
--HTML--
|
|
<p>foo</p>
|
|
--# vim: et sw=4 sts=4
|