]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Allow the snews: URI scheme.
authorJosh Triplett <josh@freedesktop.org>
Sun, 10 Feb 2008 23:05:05 +0000 (15:05 -0800)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 10 Feb 2008 23:51:48 +0000 (18:51 -0500)
IkiWiki/Plugin/htmlscrubber.pm
debian/changelog

index 8804daf56985fd458ddfb4f598c5c6364cf69443..d795da3a93565929e5468672705662e259f812f0 100644 (file)
@@ -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.
index 28b5feee7b2c27307b04c0d772e53d16bbf9f58f..88d0e5865b4726d83fdb4eab862a4d69569c375a 100644 (file)
@@ -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 <josh@freedesktop.org>  Sun, 10 Feb 2008 14:48:48 -0800