]> sipb.mit.edu Git - ikiwiki.git/commitdiff
htmlscrubber: Allow the bitcoin URI scheme.
authorJoey Hess <joey@kitenet.net>
Sat, 22 Dec 2012 20:15:38 +0000 (16:15 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 22 Dec 2012 20:15:38 +0000 (16:15 -0400)
IkiWiki/Plugin/htmlscrubber.pm
debian/changelog

index a58a27d5221acc50e932057b9fabaffcf38c7b97..b22d3aa9e25d6ee6843d3b4ca6a523bea06766d7 100644 (file)
@@ -28,7 +28,7 @@ sub import {
                "aim", "callto", "cvs", "ed2k", "feed", "fish", "gg",
                "irc", "ircs", "lastfm", "ldaps", "magnet", "mms",
                "msnim", "notes", "rsync", "secondlife", "skype", "ssh",
-               "sftp", "smb", "sms", "snews", "webcal", "ymsgr",
+               "sftp", "smb", "sms", "snews", "webcal", "ymsgr", "bitcoin"
        );
        # data is a special case. Allow a few data:image/ types,
        # but disallow data:text/javascript and everything else.
index 51ce353d5b4d693d4a8fee67112292c8293fda5c..abc40a163d068a23f446fd218f13f68533cbb210 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (3.20121213) UNRELEASED; urgency=low
+
+  * htmlscrubber: Allow the bitcoin URI scheme.
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 22 Dec 2012 16:15:24 -0400
+
 ikiwiki (3.20121212) unstable; urgency=low
 
   * filecheck: Fix bug that prevented File::MimeInfo::Magic from ever