이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

HTML Purified

설명

HTML Purified replaces the default WordPress comments filters with HTML Purifier, a super HTML filtering
library.

HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will
not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet
permissive whitelist, it will also make sure your documents are standards compliant, something
only achievable with a comprehensive knowledge of W3C’s specifications.

An additional feature of HTML Purifier is that it will produce valid well-formed XHTML code, something
which KSES does not do.

Features:

  • Configurable KSES or HTML Purifier
  • Configurable list of HTML elements and attributes for both KSES and HTML purifier
  • Additionally process comments with HTML Tidy
  • URL blacklist
  • Fully localized (and awaiting translations)
  • Automatically escape PHP or anything inside backticks

HTML Purifier is available in:

  • English
  • Spanish, thanks to José Cuesta
  • Belorussian, thanks to Marcis Gasuns
  • Russian, thanks to Ilyuha
  • Uzbekistan, thanks to Alexandra Bolshova
  • Dutch, thanks to Pieter
  • German, thanks to Andreas Beraz
  • Polish, thanks to Kasia Ciszewski & Dawid Śpiechowicz
  • Romanian, thanks to Alina @ InboxTranslations.com
  • Lithuanian, thanks to Nata Strazda
  • Ukranian, thanks to Iflexion Design

Documentation

Full documentation can be found on the HTML Purified page.

스크린샷

  • Main options page allowing specific HTML tags
  • Specific configuration options for HTML Purifier

설치

The plugin is simple to install:

  1. Download html-purified.zip
  2. Unzip
  3. Upload html-purified directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin
  5. Configure the options from the Options/HTML Purified page

You can find full details of installing a plugin on the plugin installation page.

FAQ

Why would I want to replace the default WordPress filter?

There is nothing fundamentally wrong with the way WordPress filters comments, and in fact there has been no security alert related to this. However, this doesn’t detract from the desire to make things better, and the fact that HTML Purifier is much more thorough and exhaustive.

Does this plugin also protect posts?

Not currently, no, but it is planned for a future version

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“HTML Purified”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “HTML Purified”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.2

  • Initial released version

0.2.1

  • Change cache directory
  • Allow no tag
  • Update HTML purifier to 2.0.1

0.2.2

  • Update HTML purifier to 2.1.1

0.2.4

  • Fix cache directory write error

0.2.5

  • Add Spanish localization

0.2.6

  • Add auto-escape PHP option
  • Update to HTML purifier 2.1.2

0.2.7

  • Add option for bbcode-style tags
  • Update to HTML Purifier 2.1.3

0.2.8

  • Now works in bbPress!

0.2.9

  • Update plugin library

0.3.0

  • HTML Purifier PHP4 2.1.5, PHP5 3.1.1 – WP 2.5.1

0.3.1

  • WP 2.6

0.3.2

  • Update base library

0.3.3

  • bbPress working again
  • Clean up code

0.3.4

  • WP 2.8
  • Support for syntaxhighlighter
  • Fixes to backticks

0.3.5

  • Add Uzbekistan
  • Add Russian

0.4

  • PHP5 only
  • Update to HTML Purifier 4.2.0
  • Add German
  • Add Dutch

0.5

  • Add Polish translation, thanks to Kasia Ciszewski & Dawid Śpiechowicz

0.6

  • Add Lithuanian
  • Add Ukranian

0.7

  • Code cleanup