Fix JOSM version matching.
This commit is contained in:
parent
ff401e541b
commit
c0b9420c7b
1 changed files with 1 additions and 1 deletions
|
@ -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 = ("")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue