This commit is contained in:
Michael Snoyman 2018-06-28 19:04:03 +03:00
parent 75cf17fd50
commit 2df057fb65
No known key found for this signature in database
GPG Key ID: A048E8C057E86876

View File

@ -1,5 +1,8 @@
# Summary
[![Build Status](https://travis-ci.org/yesodweb/haskell-xss-sanitize.svg?branch=master)](https://travis-ci.org/yesodweb/haskell-xss-sanitize)
[![Build status](https://ci.appveyor.com/api/projects/status/1i4xx9qi53r58tsh/branch/master?svg=true)](https://ci.appveyor.com/project/snoyberg/haskell-xss-sanitize/branch/master)
xss-sanitize allows you to accept html from untrusted sources by first filtering it through a white list.
The white list filtering is fairly comprehensive, including support for css in style attributes, but there are limitations enumerated below.