]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Do not allow the steam: URI scheme.
authorJosh Triplett <josh@freedesktop.org>
Sun, 10 Feb 2008 22:59:08 +0000 (14:59 -0800)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 10 Feb 2008 23:51:36 +0000 (18:51 -0500)
IkiWiki/Plugin/htmlscrubber.pm
debian/changelog

index 53d4635d554736c449a2220d43336a7ef5ebf07a..8804daf56985fd458ddfb4f598c5c6364cf69443 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.
index 0745a2f0f114e2488da9679dc09928eaf8c03599..28b5feee7b2c27307b04c0d772e53d16bbf9f58f 100644 (file)
@@ -15,6 +15,7 @@ ikiwiki (2.32.3) UNRELEASED; urgency=low
   [ Josh Triplett ]
   * Match literal '.' in URI schemas containing '.', rather than matching any
     character.
+  * Do not allow the steam: URI scheme.
 
  -- Josh Triplett <josh@freedesktop.org>  Sun, 10 Feb 2008 14:48:48 -0800