xss-sanitize-0.2.4: 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