summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2008-02-10 15:05:05 -0800
committerJosh Triplett <josh@freedesktop.org>2008-02-10 15:05:11 -0800
commit502cd00ec7745cb94aedd8770c45d8c29891d609 (patch)
tree57d91d9e2b0b830c0d957caff9b0f517754cff5e
parent598d604fa8aaa65f75bec61250f97df683a9cf3b (diff)
Allow the snews: URI scheme.
-rw-r--r--IkiWiki/Plugin/htmlscrubber.pm2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm
index 8804daf56..d795da3a9 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", "webcal", "ymsgr",
+ "sftp", "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 1a43344a4..7ae3821c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ ikiwiki (2.31.3) unstable; urgency=high
* Match literal '.' in URI schemas containing '.', rather than matching any
character.
* Do not allow the steam: URI scheme.
+ * Allow the snews: URI scheme.
-- Josh Triplett <josh@freedesktop.org> Sun, 10 Feb 2008 14:48:48 -0800