]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/Plugin/htmlscrubber.pm
* camelcase: Convert to use new linkify and scan hooks rather than the old
[ikiwiki.git] / IkiWiki / Plugin / htmlscrubber.pm
2008-02-11  Joey Hessuse quotemeta when building the regexp
2008-02-10  Josh TriplettAllow the smb: URI scheme.
2008-02-10  Josh TriplettAllow the snews: URI scheme.
2008-02-10  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-10  Josh TriplettDo not allow the steam: URI scheme.
2008-02-10  Josh TriplettMatch literal '.' in URI schemas containing '.', rather...
2008-02-10  Joey Hessexport $safe_url_regexp
2008-02-10  Josh TriplettAlso filter the attributes cite, longdesc, and usemap...
2008-02-10  Joey Hessadd parens around scheme regexp
2008-02-10  Josh TriplettDo not allow the about: URI scheme
2008-02-10  Joey Hessfix data:image handling
2008-02-10  Joey Hess* htmlscrubber security fix: Block javascript in uris.
2008-01-07  Joey Hess* htmlscrubber: Further work around #365971 by adding...
2007-11-18  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2007-11-18  Joey Hess* Allow html5 video and audio tags and their attributes...
2007-07-11  joeyon second thought, simple alphanumeric styles are not...
2007-07-11  joey* Allow simple alphanumeric style attribute values...
2007-04-27  joey* pagespec_match() has changed to take named parameters...
2006-11-08  joey* Make sure to check for errors from every eval.
2006-09-09  joey* Work on firming up the plugin interface:
2006-08-28  joey* Change htmlize, format, and sanitize hooks to use...
2006-05-25  joey* Tell HTML::Scrubber to treat "/" as a valid attribute...
2006-05-05  joey* Removed --sanitize and --no-sanitize, replaced with...