From a3d3746c66ecd82e851fb797072ff0a602a7f4c8 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 5 Jul 2009 08:41:18 +0000 Subject: [PATCH] Block JOSM revisions 1722-1727 as they have a serious bug that causes lat/lon to be swapped (http://josm.openstreetmap.de/ticket/2804) --- config/lighttpd.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/lighttpd.conf b/config/lighttpd.conf index 21bb09193..e07a9c295 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -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 # -- 2.43.2