diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-22 16:15:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-22 16:15:38 -0400 |
commit | 3d6ee9eccd6848d5ce66dd11c53f20c01083fb84 (patch) | |
tree | 3f4c3334a35b1841ac52ff97f5e53d746c9dbd8d | |
parent | c357692b3407278056204c0931b596fd212305d0 (diff) | |
download | ikiwiki-3d6ee9eccd6848d5ce66dd11c53f20c01083fb84.tar ikiwiki-3d6ee9eccd6848d5ce66dd11c53f20c01083fb84.tar.gz |
htmlscrubber: Allow the bitcoin URI scheme.
-rw-r--r-- | IkiWiki/Plugin/htmlscrubber.pm | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm index a58a27d52..b22d3aa9e 100644 --- a/IkiWiki/Plugin/htmlscrubber.pm +++ b/IkiWiki/Plugin/htmlscrubber.pm @@ -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. diff --git a/debian/changelog b/debian/changelog index 51ce353d5..abc40a163 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |