|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
santize the html to prevent XSS attacks. See README.md http://github.com/gregwebs/haskell-xss-sanitize for more details
|
|
|
same as sanitize but makes sure there are no lone closing tags. See README.md http://github.com/gregwebs/haskell-xss-sanitize for more details
|
|
|
alias of sanitize function
|
|
|
insert custom tag filtering. Don't forget to compose your filter with safeTags!
|
|
|
Filters out any usafe tags and attributes. Use with filterTags to create a custom filter.
|
|
Produced by Haddock version 2.6.1 |