• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

extras/H03-May-2022-516286

library/H03-May-2022-30,59017,175

maintenance/H03-May-2022-5,1552,857

plugins/phorum/H03-May-2022-892615

CREDITSH A D10-Mar-2021341 106

INSTALLH A D10-Mar-202112.4 KiB342232

INSTALL.fr.utf8H A D10-Mar-20211.9 KiB6139

LICENSEH A D10-Mar-202125.8 KiB505419

NEWSH A D10-Mar-202164.2 KiB1,2251,178

README.mdH A D10-Mar-20211.2 KiB3020

TODOH A D10-Mar-20216.7 KiB151131

VERSIONH A D10-Mar-20216 11

WHATSNEWH A D10-Mar-202191 32

WYSIWYGH A D10-Mar-2021857 2114

composer.jsonH A D10-Mar-2021700 2625

package.phpH A D10-Mar-20211.7 KiB6248

phpdoc.iniH A D10-Mar-20213.9 KiB10381

test-settings.sample.phpH A D10-Mar-20212.6 KiB7515

test-settings.travis.phpH A D10-Mar-20212.5 KiB7315

update-for-releaseH A D10-Mar-20212.6 KiB11197

README.md

1HTML Purifier [![Build Status](https://secure.travis-ci.org/ezyang/htmlpurifier.svg?branch=master)](http://travis-ci.org/ezyang/htmlpurifier)
2=============
3
4HTML Purifier is an HTML filtering solution that uses a unique combination
5of robust whitelists and aggressive parsing to ensure that not only are
6XSS attacks thwarted, but the resulting HTML is standards compliant.
7
8HTML Purifier is oriented towards richly formatted documents from
9untrusted sources that require CSS and a full tag-set.  This library can
10be configured to accept a more restrictive set of tags, but it won't be
11as efficient as more bare-bones parsers. It will, however, do the job
12right, which may be more important.
13
14Places to go:
15
16* See INSTALL for a quick installation guide
17* See docs/ for developer-oriented documentation, code examples and
18  an in-depth installation guide.
19* See WYSIWYG for information on editors like TinyMCE and FCKeditor
20
21HTML Purifier can be found on the web at: [http://htmlpurifier.org/](http://htmlpurifier.org/)
22
23## Installation
24
25Package available on [Composer](https://packagist.org/packages/ezyang/htmlpurifier).
26
27If you're using Composer to manage dependencies, you can use
28
29    $ composer require ezyang/htmlpurifier
30