summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/htmlscrubber.pm
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2008-02-10 14:59:08 -0800
committerJosh Triplett <josh@freedesktop.org>2008-02-10 14:59:08 -0800
commitec9d3ab549fc40b23db7fa912338e4e7c24ebb4c (patch)
treeb2f615f9b7aa982cceaad25d2fc03b69a9f0cd8d /IkiWiki/Plugin/htmlscrubber.pm
parent3cda22a27fafc5cdfdd32ddc0644242f61410ce7 (diff)
Do not allow the steam: URI scheme.
Diffstat (limited to 'IkiWiki/Plugin/htmlscrubber.pm')
-rw-r--r--IkiWiki/Plugin/htmlscrubber.pm2
1 files changed, 1 insertions, 1 deletions
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.