aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2008-02-10 15:05:05 -0800
committerJosh Triplett <josh@freedesktop.org>2008-02-10 15:05:11 -0800
commit502cd00ec7745cb94aedd8770c45d8c29891d609 (patch)
tree57d91d9e2b0b830c0d957caff9b0f517754cff5e /IkiWiki/Plugin
parent598d604fa8aaa65f75bec61250f97df683a9cf3b (diff)
downloadikiwiki-502cd00ec7745cb94aedd8770c45d8c29891d609.tar
ikiwiki-502cd00ec7745cb94aedd8770c45d8c29891d609.tar.gz
Allow the snews: URI scheme.
Diffstat (limited to 'IkiWiki/Plugin')
-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 8804daf56..d795da3a9 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", "webcal", "ymsgr",
+ "sftp", "sms", "snews", "webcal", "ymsgr",
);
# data is a special case. Allow data:image/*, but
# disallow data:text/javascript and everything else.