From: Josh Triplett Date: Sun, 10 Feb 2008 23:08:56 +0000 (-0800) Subject: Allow the smb: URI scheme. X-Git-Tag: 2.40~116 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/728dfd9595d3d6a923a227200463373eeac25928?hp=502cd00ec7745cb94aedd8770c45d8c29891d609 Allow the smb: URI scheme. --- 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. diff --git a/debian/changelog b/debian/changelog index 7ae3821c9..9920c215a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ ikiwiki (2.31.3) unstable; urgency=high character. * Do not allow the steam: URI scheme. * Allow the snews: URI scheme. + * Allow the smb: URI scheme. -- Josh Triplett Sun, 10 Feb 2008 14:48:48 -0800