aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/htmlscrubber.pm
Commit message (Expand)AuthorAge
* htmlscrubber: Add support for the video tag's loop and muted attributes.Joey Hess2017-07-11
* htmlscrubber: Allow the URI schemes of major VCS's.Joey Hess2013-01-05
* htmlscrubber: Allow the bitcoin URI scheme.Joey Hess2012-12-22
* Fix htmlscrubber_skip to be matched on the source page, not the page it is in...Joey Hess2010-11-12
* htmlscrubber: Do not scrub url anchors that contain colons.Joey Hess2010-08-19
* enable hidden attributeJoey Hess2010-05-01
* htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ruby...Joey Hess2010-05-01
* more html5 attributesJoey Hess2010-05-01
* add rest of html5 form attributesJoey Hess2010-05-01
* add figure and figcaptionJoey Hess2010-05-01
* htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, ma...Joey Hess2010-05-01
* htmlscrubber: Allow the placeholder attribute.Joey Hess2010-05-01
* more html5Joey Hess2010-05-01
* htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup hea...Joey Hess2010-05-01
* htmlscrubber: Allow colons in url fragments after '?'Joey Hess2010-04-02
* htmlscrubber: Security fix: In data:image/* uris, only allow a few whiteliste...Joey Hess2010-03-12
* Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess2010-02-11
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* htmlscrubber: Add a config setting that can be used to disable the scrubber a...Joey Hess2008-09-26
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
* Allow colons in URLs after the first slashAdeodato Simó2008-02-29
* use quotemeta when building the regexpJoey Hess2008-02-10
* Allow the smb: URI scheme.Josh Triplett2008-02-10
* Allow the snews: URI scheme.Josh Triplett2008-02-10
* Do not allow the steam: URI scheme.Josh Triplett2008-02-10
* Match literal '.' in URI schemas containing '.', rather than matching any cha...Josh Triplett2008-02-10
* export $safe_url_regexpJoey Hess2008-02-10
* Also filter the attributes cite, longdesc, and usemap, which can contain URIsJosh Triplett2008-02-10
* add parens around scheme regexpJoey Hess2008-02-10
* Do not allow the about: URI schemeJosh Triplett2008-02-10
* fix data:image handlingJoey Hess2008-02-10
* * htmlscrubber security fix: Block javascript in uris.Joey Hess2008-02-10
* * htmlscrubber: Further work around #365971 by adding tags for 'br/', 'hr/'Joey Hess2008-01-07
* * Allow html5 video and audio tags and their attributes in the htmlscrubber.Joey Hess2007-11-18
* on second thought, simple alphanumeric styles are not actually useful (class ...joey2007-07-11
* * Allow simple alphanumeric style attribute values in the htmlscrubber. Thisjoey2007-07-11
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
* * Make sure to check for errors from every eval.joey2006-11-08
* * Work on firming up the plugin interface:joey2006-09-09
* * Change htmlize, format, and sanitize hooks to use named parameters.joey2006-08-28
* * Tell HTML::Scrubber to treat "/" as a valid attribute which is itsjoey2006-05-25
* * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubberjoey2006-05-05