htmlpurifier
HTML filter
An HTML filtering solution that ensures documents from untrusted sources are standards compliant and safe from XSS attacks.
Standards compliant HTML filter written in PHP
3k stars
64 watching
330 forks
Language: PHP
last commit: 13 days ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
arnaud-lb/htmlpurifierbundle | Integrates HTMLPurifier into Symfony2 to filter and sanitize user-input data | 4 |
xemlock/htmlpurifier-html5 | A library that provides HTML5 element definitions and sanitization rules for the popular HTML Purifier library | 101 |
apostrophecms/sanitize-html | A JavaScript library for cleaning up and sanitizing user-submitted HTML, removing unwanted content while preserving whitelisted elements and attributes. | 3,847 |
gjtorikian/html-pipeline | A Ruby-based framework for transforming user content into HTML markup with chainable filters | 2,266 |
mewebstudio/purifier | A Laravel package providing an HTML filter service to clean and sanitize user input | 1,882 |
erusev/parsedown | A PHP library that provides a simple and fast way to parse Markdown text into HTML | 14,794 |
weihongyu12/think-purify | This package provides a way to filter out dangerous HTML tags and attributes from user input in ThinkJS applications. | 4 |
jhy/jsoup | A Java library for parsing and manipulating HTML, XML, and CSS | 10,949 |
cure53/dompurify | A fast and secure JavaScript library for sanitizing HTML to prevent cross-site scripting (XSS) attacks | 14,025 |
kangax/html-minifier | A JavaScript-based tool for compressing HTML content | 4,942 |
leizongmin/js-xss | Sanitizes untrusted HTML to prevent cross-site scripting attacks by filtering input based on a whitelist of allowed tags and attributes. | 5,219 |
bupt1987/html-parser | A fast and efficient HTML parser for PHP. | 525 |
thephpleague/csv | A PHP library for parsing, writing, filtering, and transforming CSV files efficiently. | 3,344 |
symfony/html-sanitizer | Provides an object-oriented API to sanitize untrusted HTML input | 238 |
marksweb/django-bleach | Sanitizes user input HTML to prevent XSS attacks. | 149 |