yesodweb / haskell-xss-sanitize

prevent XSS attacks by sanitizing html (this is different then escaping!)
Other
20 stars 15 forks source link

Low-level API only for attributes? #11

Closed valpackett closed 9 years ago

valpackett commented 9 years ago

The sanitizeAttribute function is exposed with the following comment:

low-level API if you have your own HTML parser

But safeTagName or sanitaryTags aren't exposed :-(

gregwebs commented 9 years ago

want to send a Pull request that exposes what you need?