您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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