htmlscrubber: Allow the URI schemes of major VCS's.
authorJoey Hess <joey@kitenet.net>
Sat, 5 Jan 2013 21:24:40 +0000 (17:24 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 5 Jan 2013 21:25:47 +0000 (17:25 -0400)
IkiWiki/Plugin/htmlscrubber.pm
debian/changelog

index b22d3aa9e25d6ee6843d3b4ca6a523bea06766d7..36c012c73cdc17743231e79a24f3806151d58d20 100644 (file)
@@ -28,7 +28,8 @@ sub import {
                "aim", "callto", "cvs", "ed2k", "feed", "fish", "gg",
                "irc", "ircs", "lastfm", "ldaps", "magnet", "mms",
                "msnim", "notes", "rsync", "secondlife", "skype", "ssh",
                "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", "bitcoin"
+               "sftp", "smb", "sms", "snews", "webcal", "ymsgr",
+               "bitcoin", "git", "svn", "bzr", "darcs", "hg"
        );
        # data is a special case. Allow a few data:image/ types,
        # but disallow data:text/javascript and everything else.
        );
        # data is a special case. Allow a few data:image/ types,
        # but disallow data:text/javascript and everything else.
index fdd8308b94401b867b19f3c57c9096dd7e83141d..e9eb2704be1671eae49f4d2a334974090ade2f56 100644 (file)
@@ -1,6 +1,7 @@
 ikiwiki (3.20121213) UNRELEASED; urgency=low
 
   * htmlscrubber: Allow the bitcoin URI scheme.
 ikiwiki (3.20121213) UNRELEASED; urgency=low
 
   * htmlscrubber: Allow the bitcoin URI scheme.
+  * htmlscrubber: Allow the URI schemes of major VCS's.
   * aggregate: When run with --aggregate, if an aggregation is already
     running, don't go on and --refresh.
   * trail: Avoid excess dependencies between pages in the trail
   * aggregate: When run with --aggregate, if an aggregation is already
     running, don't go on and --refresh.
   * trail: Avoid excess dependencies between pages in the trail