Allow the smb: URI scheme.
parent
502cd00ec7
commit
728dfd9595
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue