friendica/vendor/ezyang/htmlpurifier
Hypolite Petovan 799e60aa62 Replace existing autoloader with Composer-supplied
- Move Friendica namespace to `src`
- Move required `ezyang/htmlpurifier` to vendor
- Remove existing static autoloader
- Change boot.php reference to the autoloader
2017-03-31 23:02:38 -04:00
..
extras Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
library Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
plugins Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
CREDITS Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
INSTALL Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
INSTALL.fr.utf8 Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
LICENSE Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
NEWS Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
README Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
TODO Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
VERSION Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
WHATSNEW Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
WYSIWYG Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
composer.json Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
package.php Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
phpdoc.ini Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
release1-update.php Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
release2-tag.php Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04:00
test-settings.sample.php Replace existing autoloader with Composer-supplied 2017-03-31 23:02:38 -04: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