Node wrapper for the Google Caja HTML/CSS sanitizer
Node wrapper for caja sanitizer for html/css
Fast HTML+CSS sanitizer — Zig/Lexbor compiled to WASM
A simple utility to sanitize a string according to ArcGIS supported HTML specification.
A fast, native Bun-powered HTML sanitizer with DOMPurify-like features. Protection against XSS and malicious content.
Clean up user-submitted HTML, preserving allowlisted elements and allowlisted attributes on a per-element basis
Caja's HTML Sanitizer as a Node.js module
Express middleware for the sanitizer module.
DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else usin
Lightning Web Security HTML and SVG sanitization utilities
TypeScript definitions for sanitizer
Express JS middleware to cleanup/sanitize json request body in express
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Express 4.x and 5.x middleware which sanitizes user input data (in req.body, req.query, req.headers and req.params) to prevent Cross Site Scripting (XSS) attack.
Inlines img, script and link tags into the same file.
A CSS sanitizer to prevent XSS attacks
An inline CSS processor to translate CSS properties to React Native styles.
A best-practices CSS foundation
A string manipulation toolbox, featuring a string formatter (inspired by sprintf), a variable inspector (output featuring ANSI colors and HTML) and various escape functions (shell argument, regexp, html, etc).
mjml-head-html-attributes
Decorator based class property sanitation in Typescript.
Extract and inline critical css with emotion for server side rendering.
HTML tag sanitizer for marked
Fast & forgiving HTML/XML parser
Sanitize is an allowlist-based HTML and CSS sanitizer. It removes all HTML and/or CSS from a string except the elements, attributes, and properties you choose to allow.'
HTML sanitizer with configurable allow lists for tags and attributes. Strip dangerous elements like script, style, and iframe tags, remove event attributes, and safely render user-generated content.
Sanitize and sterilize HTML, also includes a CSS filter.
Make HTML trustworthy for rendering within your web app via Google HTML sanitizers. This is _not_ about stripping HTML but rather about cleaning it of javascript (onclicks, etc.) as well as CSS.