From 543921f7a55ed760719693b1b6a6539bf20be3b2 Mon Sep 17 00:00:00 2001 From: Maik Ellerbrock Date: Wed, 20 Jul 2016 19:12:50 +0800 Subject: [PATCH] add XSS Filters to Security (#295) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33d1b48..a3fb134 100644 --- a/README.md +++ b/README.md @@ -457,6 +457,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [DOMPurify](https://github.com/cure53/DOMPurify) - A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. * [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist. +* [xss-filters](https://github.com/yahoo/xss-filters) - Secure XSS Filters by Yahoo ## Log