@hackage xss-sanitize0.2.2
sanitize untrusted HTML to prevent XSS attacks
Categories
License
BSD-3-Clause
Maintainer
Greg Weber <greg@gregweber.info>
Links
Versions
Installation
Dependencies (5)
- base >=4 && <5
- containers
- network >=2 && <2.6
- tagsoup >=0.11
- utf8-string >=0.3 Show all…
Dependents (16)
@hackage/microformats2-parser, @hackage/clckwrks, @hackage/yesod-markdown, @hackage/servant-ede, @hackage/servant-stache, @hackage/acme-everything, Show all…
run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. see README.md http://github.com/gregwebs/haskell-xss-sanitize for more details