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

index c6227f988fa47f2ab82d7e5ee2913dab9d874972..22990aa849c282876bcc8bc4d416f99d0fc5f21e 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", "steam", "webcal", "ymsgr",
+               "sftp", "sms", "webcal", "ymsgr",
        );
        # data is a special case. Allow data:image/*, but
        # disallow data:text/javascript and everything else.