This project is a fork of the htmlpurifier.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/htmlpurifier.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionHTMLPurifier with iframe extension
ownerbrad.froehle@gmail.com
last changeWed, 13 Apr 2011 20:29:37 +0000 (13 13:29 -0700)
content tags
add:
readme
Add new HTML.SafeIframe and URI.IframeHostWhitelist options. Many online video providers (YouTube, Vimeo) and other web applications (Google Maps, Google Calendar, etc) provide embed code in iframe format. This introduces two new settings: - HTML.SafeIframe / bool, default: FALSE Whether or not to display iframe content. - URI.IframeHostWhitelist / list, default: array() A list of whitelisted hosts for iframe content. Iframes are allowed only if the host explicitly matches an element of this array.
shortlog
2011-04-13 Bradley M.... Merge remote-tracking branch 'origin/master' into iframeiframe
2011-04-10 Edward Z. YangURI.Munge munges https to http URIs.
2011-04-10 Edward Z. YangColor keywords now case-insensitive.
2011-03-27 Edward Z. YangRelease 4.3.0
2011-03-27 Edward Z. YangFix CSS URL innerHTML/cssText escaping bug.
2011-03-27 Edward Z. YangProtect against font family innerHTML/cssText attacks.
2011-03-27 Edward Z. YangFix Internet Explorer innerHTML bug.
2011-03-24 Edward Z. YangImplement CSS.AllowedFonts.
2011-03-23 Bradley M.... Merge remote branch 'origin/master' into iframe
2011-03-23 Bradley M.... Iframe Whitelisting by URI instead of hostname.
2011-03-22 Edward Z. YangDon't autoclose if no parents support the tag.
2011-03-21 Edward Z. YangSafety update for nested ul test.
2011-03-17 Edward Z. YangFix E_NOTICE from indexing into empty string.
2011-02-27 Edward Z. YangFix missing numeric entities (shows up when DirectLexing).
2011-02-14 Bradley M.... Add noframes option. Mimic img for height/width of...
2011-02-14 Bradley M.... Allow more iframe attributes. Add HTML.SafeIframe...
...
tags
13 years ago v4.2.0 HTML Purifier 4.2.0
13 years ago v4.1.1 HTML Purifier v4.1.1
14 years ago v4.1.0 HTML Purifier v4.1.0
14 years ago v4.0.0 HTML Purifier 4.0.0
15 years ago v3.3.0 HTML Purifier 3.3.0
15 years ago v3.2.0 HTML Purifier 3.2.0
15 years ago v3.1.1.2 v3.1.1.2 actually works, but includ...
15 years ago v3.1.1.1 Tag v3.1.1.1, functionally the...
15 years ago v2.1.5
15 years ago v3.1.1
15 years ago v2.1.4
15 years ago v3.1.0
16 years ago v3.1.0rc1
16 years ago v3.0.0
16 years ago v2.1.3-strict
16 years ago v2.1.3
...
heads
13 years ago iframe
13 years ago linkify-email