From: Joey Hess Date: Sun, 10 Feb 2008 23:37:13 +0000 (-0500) Subject: Do not allow the steam: URI scheme. X-Git-Tag: 1.33.5~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cea0da5d7cff4f88682042fa8afd25264f1474f1;p=ikiwiki.git Do not allow the steam: URI scheme. --- diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm index c6227f988..22990aa84 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.