DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
-
Updated
Nov 26, 2024 - JavaScript
DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
go-xss is a module used to filter input from users to prevent XSS attacks
It removes all unwanted HTML elements and attributes, no matter how malformed HTML input you give it. Checks on attribute values. Can be used to avoid Cross-Site Scripting (XSS), Buffer Overflows and Denial of Service attacks, among other things.
A minimalistic library for sanitizing strings so that they can be safely used as HTML.
Add a description, image, and links to the prevent-xss-attacks topic page so that developers can more easily learn about it.
To associate your repository with the prevent-xss-attacks topic, visit your repo's landing page and select "manage topics."