HTML Sanitizer — XSS-Safe Content Cleaner
Rendering user-submitted HTML without sanitization is how XSS happens. Send any HTML string and get back a cleaned version: - **Removes**: script tags, event handlers (onclick=…), javascript: URLs, iframes and other injection vectors - **Keeps**: legitimate formatting — paragraphs, bold/italic, links (with rel="noopener noreferrer" added), lists, headings - **Reports**: the removedTags list,…
HTML Sanitizer — XSS-Safe Content Cleaner endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Sanitize HTML /html/sanitize |
Clean untrusted HTML: removes scripts, event handlers, javascript: URLs and other XSS vectors while preserving safe formatting tags. Returns the sanitized HTML plus a report of… |
HTML Sanitizer — XSS-Safe Content Cleaner pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA | $9.99 / month | — |
|
| MEGA | $19.99 / month | — |
|