streams/vendor/ezyang/htmlpurifier
Klaus Weidenbach c80837a9e6 ⬆️ Update libraries.
michelf/php-markdown (1.7.0 => 1.8.0)
ezyang/htmlpurifier (v4.9.3 => v4.10.0)
commerceguys/intl (v0.7.4 => v0.7.5)
sabre/http (4.2.3 => v4.2.4)
sabre/vobject (4.1.3 => 4.1.5)
2018-03-18 02:15:29 +01:00
..
extras ⬆️ Update libraries. 2018-03-18 02:15:29 +01:00
library ⬆️ Update libraries. 2018-03-18 02:15:29 +01:00
maintenance ⬆️ Update libraries. 2018-03-18 02:15:29 +01:00
plugins ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
composer.json ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
CREDITS ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
INSTALL ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
INSTALL.fr.utf8 ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
LICENSE ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
NEWS ⬆️ Update libraries. 2018-03-18 02:15:29 +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 ⬆️ Update libraries. 2018-03-18 02:15:29 +01:00
release1-update.php ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01:00
release2-tag.php ⬆️ Update HTML Purifier library. 2017-03-26 00:41:27 +01: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
VERSION ⬆️ Update libraries. 2018-03-18 02:15:29 +01:00
WHATSNEW ⬆️ Updating some PHP libraries. 2017-07-06 21:35:10 +02: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":"dev-master"