]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Allow the snews: URI scheme.
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 10 Feb 2008 23:37:47 +0000 (18:37 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 10 Feb 2008 23:37:47 +0000 (18:37 -0500)
IkiWiki/Plugin/htmlscrubber.pm

index 22990aa849c282876bcc8bc4d416f99d0fc5f21e..00ba9f2653e5d587b2bc23b8d8213405ce9e248d 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.