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