From: Tom Hughes Date: Mon, 6 Jul 2009 09:59:54 +0000 (+0000) Subject: Fix JOSM version matching. X-Git-Tag: live~6841 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c0b9420c7bf86c80a9f073f45f5a865e39902eb8?ds=sidebyside Fix JOSM version matching. --- diff --git a/config/lighttpd.conf b/config/lighttpd.conf index e07a9c295..3befa5c87 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -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 = ("") }