]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Match literal '.' in URI schemas containing '.', rather than matching any character
authorJosh Triplett <josh@freedesktop.org>
Sun, 10 Feb 2008 22:50:04 +0000 (14:50 -0800)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 10 Feb 2008 23:51:29 +0000 (18:51 -0500)
IkiWiki/Plugin/htmlscrubber.pm
debian/changelog

index 8c37f1be618b612c68bab5350077d341668be4d6..53d4635d554736c449a2220d43336a7ef5ebf07a 100644 (file)
@@ -22,7 +22,7 @@ sub import { #{{{
                "dav", "dict", "dns", "fax", "go", "h323", "im", "imap",
                "ldap", "mid", "news", "nfs", "nntp", "pop", "pres",
                "sip", "sips", "snmp", "tel", "urn", "wais", "xmpp",
-               "z39.50r", "z39.50s",
+               "z39\.50r", "z39\.50s",
                # Selected unofficial schemes
                "aim", "callto", "cvs", "ed2k", "feed", "fish", "gg",
                "irc", "ircs", "lastfm", "ldaps", "magnet", "mms",
index b539761ff490c4b5ba873d9c7eb4714285160aeb..0745a2f0f114e2488da9679dc09928eaf8c03599 100644 (file)
@@ -12,7 +12,11 @@ ikiwiki (2.32.3) UNRELEASED; urgency=low
   * meta: Check that the urls provided for authorurl, permalink, and openid
     are safe and can't contain javascript.
 
- -- Josh Triplett <josh@freedesktop.org>  Sun, 10 Feb 2008 13:59:00 -0800
+  [ Josh Triplett ]
+  * Match literal '.' in URI schemas containing '.', rather than matching any
+    character.
+
+ -- Josh Triplett <josh@freedesktop.org>  Sun, 10 Feb 2008 14:48:48 -0800
 
 ikiwiki (2.31.2) unstable; urgency=high