blacklist-preserve.htmlt 112 B

123456
  1. --INI--
  2. HTML.ForbiddenElements = b
  3. HTML.ForbiddenAttributes = a@href
  4. --HTML--
  5. <p>foo</p>
  6. --# vim: et sw=4 sts=4