From 4e6c3f931b12a00bf0ccd7a08e486d81a535f0ef Mon Sep 17 00:00:00 2001 From: Boik Date: Tue, 31 Jul 2018 01:47:01 +0800 Subject: [PATCH] add 'DOMPurify' --- README-jp.md | 1 + README-zh.md | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README-jp.md b/README-jp.md index 0fd52ac..2847f83 100644 --- a/README-jp.md +++ b/README-jp.md @@ -505,6 +505,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre ### Preventing +- [DOMPurify](https://github.com/cure53/DOMPurify) - DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG by [Cure53](https://cure53.de/). - [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist by [@leizongmin](https://github.com/leizongmin). - [Acra](https://github.com/cossacklabs/acra) - Client-side encryption engine for SQL databases, with strong selective encryption, SQL injections prevention and intrusion detection by [@cossacklabs](https://www.cossacklabs.com/). diff --git a/README-zh.md b/README-zh.md index 3e41007..9baba26 100644 --- a/README-zh.md +++ b/README-zh.md @@ -538,6 +538,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre ### Preventing +- [DOMPurify](https://github.com/cure53/DOMPurify) - DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG by [Cure53](https://cure53.de/). - [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist by [@leizongmin](https://github.com/leizongmin). - [Acra](https://github.com/cossacklabs/acra) - Client-side encryption engine for SQL databases, with strong selective encryption, SQL injections prevention and intrusion detection by [@cossacklabs](https://www.cossacklabs.com/). diff --git a/README.md b/README.md index 824ce8e..20e288d 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre ### Preventing +- [DOMPurify](https://github.com/cure53/DOMPurify) - DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG by [Cure53](https://cure53.de/). - [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist by [@leizongmin](https://github.com/leizongmin). - [Acra](https://github.com/cossacklabs/acra) - Client-side encryption engine for SQL databases, with strong selective encryption, SQL injections prevention and intrusion detection by [@cossacklabs](https://www.cossacklabs.com/).