]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Allow the snews: URI scheme.
authorJosh Triplett <josh@freedesktop.org>
Sun, 10 Feb 2008 23:05:05 +0000 (15:05 -0800)
committerJosh Triplett <josh@freedesktop.org>
Sun, 10 Feb 2008 23:05:11 +0000 (15:05 -0800)
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 1a43344a492ebe36bc861a311256ebf840a7cc74..7ae3821c9e34c7e0c7aa3fbfb2dbe47a6c9042cd 100644 (file)
@@ -27,6 +27,7 @@ ikiwiki (2.31.3) unstable; urgency=high
   * 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