From 1852aa9a57f81d0bd3c165c200268dc8dde9f321 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 10 Feb 2008 15:08:56 -0800 Subject: [PATCH] Allow the smb: URI scheme. --- IkiWiki/Plugin/htmlscrubber.pm | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 88d0e5865..9bdae42c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ ikiwiki (2.32.3) UNRELEASED; urgency=low 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 -- 2.39.2