Allow the smb: URI scheme.
authorJosh Triplett <josh@freedesktop.org>
Sun, 10 Feb 2008 23:08:56 +0000 (15:08 -0800)
committerJosh Triplett <josh@freedesktop.org>
Sun, 10 Feb 2008 23:08:56 +0000 (15:08 -0800)
IkiWiki/Plugin/htmlscrubber.pm
debian/changelog

index d795da3a93565929e5468672705662e259f812f0..329afde26ceda5835bbe17f47536bc16adb5f40f 100644 (file)
@@ -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.
index 7ae3821c9e34c7e0c7aa3fbfb2dbe47a6c9042cd..9920c215aa05776e477362833d197f871c296151 100644 (file)
@@ -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 <josh@freedesktop.org>  Sun, 10 Feb 2008 14:48:48 -0800