Block JOSM revisions 1722-1727 as they have a serious bug that causes

lat/lon to be swapped (http://josm.openstreetmap.de/ticket/2804)
This commit is contained in:
Tom Hughes 2009-07-05 08:41:18 +00:00
parent 09c1098760
commit a3d3746c66

View file

@ -49,6 +49,14 @@ $HTTP["remoteip"] == "143.210.16.160" { url.access-deny = ("") }
#
#$HTTP["useragent"] == "tilesAtHome" { 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] .*\)$" {
url.access-deny = ("")
}
#
# Limit connections to 20 per IP address
#