xss-sanitize-0.2.0: sanitize untrusted HTML to prevent XSS attacks

Text.HTML.SanitizeXSS

Synopsis

Documentation

sanitizeXSS :: String -> StringSource

santize the html to prevent XSS attacks. See README.md http://github.com/gregwebs/haskell-xss-sanitize for more details