From: Joey Hess Date: Sun, 10 Feb 2008 23:38:41 +0000 (-0500) Subject: Allow the smb: URI scheme. X-Git-Tag: 1.33.5~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c963cf3213f707560958dd2e4b702c40a709cbf6;p=ikiwiki.git Allow the smb: URI scheme. --- diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm index 00ba9f265..7c9b86577 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.