From: Josh Triplett Date: Sun, 10 Feb 2008 23:05:05 +0000 (-0800) Subject: Allow the snews: URI scheme. X-Git-Tag: 2.32.3~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=88850219a3b6a5bb7e4fa7eedc14de1cf68ef2fd;p=ikiwiki.git Allow the snews: URI scheme. --- diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm index 8804daf56..d795da3a9 100644 --- a/IkiWiki/Plugin/htmlscrubber.pm +++ b/IkiWiki/Plugin/htmlscrubber.pm @@ -27,7 +27,7 @@ sub import { #{{{ "aim", "callto", "cvs", "ed2k", "feed", "fish", "gg", "irc", "ircs", "lastfm", "ldaps", "magnet", "mms", "msnim", "notes", "rsync", "secondlife", "skype", "ssh", - "sftp", "sms", "webcal", "ymsgr", + "sftp", "sms", "snews", "webcal", "ymsgr", ); # data is a special case. Allow data:image/*, but # disallow data:text/javascript and everything else. diff --git a/debian/changelog b/debian/changelog index 28b5feee7..88d0e5865 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ ikiwiki (2.32.3) UNRELEASED; urgency=low * Match literal '.' in URI schemas containing '.', rather than matching any character. * Do not allow the steam: URI scheme. + * Allow the snews: URI scheme. -- Josh Triplett Sun, 10 Feb 2008 14:48:48 -0800