@hackage xss-sanitize0.3.2
sanitize untrusted HTML to prevent XSS attacks
Categories
License
BSD-3-Clause
Maintainer
Greg Weber <greg@gregweber.info>
Links
Versions
Installation
Dependencies (8)
- attoparsec >=0.10.0.3 && <1
- base >=4 && <5
- containers
- css-text >=0.1.1 && <0.2
- network >=2 && <2.6
- tagsoup >=0.12.2 && <1 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/yesodweb/haskell-xss-sanitize for more details