mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2025-12-08 20:13:04 +00:00
add XSS Filters to Security (#295)
This commit is contained in:
parent
34e9102427
commit
543921f7a5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user