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