wp-visitor-contributions/vendor/ezyang/htmlpurifier
Mahmoud Al-Qudsi c2a7360a3d Fix security issue with non-escaped HTML in options page 2018-02-10 13:23:21 -06:00
..
extras Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
library Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
plugins Fix security issue with non-escaped HTML in options page 2018-02-10 13:23:21 -06:00
CREDITS Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
INSTALL Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
INSTALL.fr.utf8 Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
LICENSE Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
NEWS Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
README Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
TODO Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
VERSION Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
WHATSNEW Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
WYSIWYG Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
composer.json Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
package.php Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
phpdoc.ini Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
release1-update.php Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
release2-tag.php Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00
test-settings.sample.php Latest updates from Amine (7/8/2016) 2016-07-12 16:58:19 -05:00

README

README
    All about HTML Purifier

HTML Purifier is an HTML filtering solution that uses a unique combination
of robust whitelists and agressive 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/

    vim: et sw=4 sts=4