This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/vendor/ezyang/htmlpurifier
Mario bcd0802ea4 update composr libs
(cherry picked from commit 2df15f35d706d4608ff723ce6288391ca774f7ba)
2019-11-08 10:47:28 +01:00
..
extras ⬆️ Update libraries. 2018-03-18 02:15:29 +01:00
library update composr libs 2019-11-08 10:47:28 +01:00
maintenance Merge branch 'cherry-pick-38cb094e' into 'dev' 2019-09-23 19:16:59 +02:00
plugins composer update ezyang/htmlpurifier 2019-09-23 12:20:28 +02:00
composer.json composer update ezyang/htmlpurifier 2019-09-23 12:20:28 +02:00
CREDITS ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
INSTALL composer update ezyang/htmlpurifier 2019-09-23 12:20:28 +02:00
INSTALL.fr.utf8 composer update ezyang/htmlpurifier 2019-09-23 12:20:28 +02:00
LICENSE ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
NEWS update composr libs 2019-11-08 10:47:28 +01:00
package.php ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
phpdoc.ini ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
README.md composer update ezyang/htmlpurifier 2019-09-23 12:20:28 +02:00
test-settings.sample.php ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
test-settings.travis.php ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
TODO ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
update-for-release composer update ezyang/htmlpurifier 2019-09-23 12:21:04 +02:00
VERSION update composr libs 2019-11-08 10:47:28 +01:00
WHATSNEW update composr libs 2019-11-08 10:47:28 +01:00
WYSIWYG ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00

HTML Purifier Build Status

HTML Purifier is an HTML filtering solution that uses a unique combination of robust whitelists and aggressive parsing to ensure that not only are XSS attacks thwarted, but the resulting HTML is standards compliant.

HTML Purifier is oriented towards richly formatted documents from untrusted sources that require CSS and a full tag-set. This library can be configured to accept a more restrictive set of tags, but it won't be as efficient as more bare-bones parsers. It will, however, do the job right, which may be more important.

Places to go:

  • See INSTALL for a quick installation guide
  • See docs/ for developer-oriented documentation, code examples and an in-depth installation guide.
  • See WYSIWYG for information on editors like TinyMCE and FCKeditor

HTML Purifier can be found on the web at: http://htmlpurifier.org/

Installation

Package available on Composer.

If you're using Composer to manage dependencies, you can use

$ composer require ezyang/htmlpurifier