aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/htmlscrubber.pm
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2008-02-10 15:08:56 -0800
committerJosh Triplett <josh@freedesktop.org>2008-02-10 15:08:56 -0800
commit728dfd9595d3d6a923a227200463373eeac25928 (patch)
tree30232f93499893f4010f99b50bd6fefa3931e53f /IkiWiki/Plugin/htmlscrubber.pm
parent502cd00ec7745cb94aedd8770c45d8c29891d609 (diff)
downloadikiwiki-728dfd9595d3d6a923a227200463373eeac25928.tar
ikiwiki-728dfd9595d3d6a923a227200463373eeac25928.tar.gz
Allow the smb: 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 d795da3a9..329afde26 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", "snews", "webcal", "ymsgr",
+ "sftp", "smb", "sms", "snews", "webcal", "ymsgr",
);
# data is a special case. Allow data:image/*, but
# disallow data:text/javascript and everything else.