From: Josh Triplett Date: Sun, 10 Feb 2008 22:59:08 +0000 (-0800) Subject: Do not allow the steam: URI scheme. X-Git-Tag: 2.32.3~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe286d246ddc8b43e13bd1625cb1c7cecf980232;p=ikiwiki.git Do not allow the steam: URI scheme. --- diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm index 53d4635d5..8804daf56 100644 --- a/IkiWiki/Plugin/htmlscrubber.pm +++ b/IkiWiki/Plugin/htmlscrubber.pm @@ -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. diff --git a/debian/changelog b/debian/changelog index 0745a2f0f..28b5feee7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 10 Feb 2008 14:48:48 -0800