Simple HTML sanitizer in Javascript [closed]

We’ve developed a simple HtmlSantizer and opensourced it here: https://github.com/jitbit/HtmlSanitizer

Usage

var result = HtmlSanitizer.SanitizeHtml(input);

[Disclaimer! I’m one of the authors!]

Leave a Comment