]> git.openstreetmap.org Git - rails.git/blobdiff - config/lighttpd.conf
Update zh-TW translation. Closes #2272.
[rails.git] / config / lighttpd.conf
index e07a9c295dfadcf8d281fc77e96316e64c58134d..3befa5c87f8907318500e455b22deeef759b00ff 100644 (file)
@@ -53,7 +53,7 @@ $HTTP["remoteip"] == "143.210.16.160" { url.access-deny = ("") }
 # Block JOSM revisions  1722-1727 as they have a serious bug that causes
 # lat/lon to be swapped (http://josm.openstreetmap.de/ticket/2804)
 #
-$HTTP["useragent"] =~ "^JOSM/[0-9]+\.[0-9]+ \(172[234567] .*\)$" {
+$HTTP["useragent"] =~ "^JOSM/[0-9]+\.[0-9]+ \(172[234567] " {
   url.access-deny = ("")
 }