projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbbcce2
)
Allow the smb: URI scheme.
author
Joey Hess
<joey@kodama.kitenet.net>
Sun, 10 Feb 2008 23:38:41 +0000
(18:38 -0500)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sun, 10 Feb 2008 23:38:41 +0000
(18:38 -0500)
IkiWiki/Plugin/htmlscrubber.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/htmlscrubber.pm
b/IkiWiki/Plugin/htmlscrubber.pm
index 00ba9f2653e5d587b2bc23b8d8213405ce9e248d..7c9b86577e4b891365309d1b05f9619bff9fffcc 100644
(file)
--- 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", "sm
b", "sm
s", "snews", "webcal", "ymsgr",
);
# data is a special case. Allow data:image/*, but
# disallow data:text/javascript and everything else.