From 7468401409189839b02eb8aaf3c0d9a011c8e719 Mon Sep 17 00:00:00 2001 From: Rashadul Islam Date: Wed, 17 Mar 2021 22:46:35 +0600 Subject: [PATCH] add sanitize-html to Security list (#771) * add sanitize-html to Security list * FIX: alignment changed to the bottom of the section Co-authored-by: rashed01 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb90ed0..aba8aec 100644 --- a/README.md +++ b/README.md @@ -537,6 +537,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. +* [sanitize-html](https://github.com/apostrophecms/sanitize-html) - sanitize-html provides a simple HTML sanitizer with a clear API. ## Log