Use a regex match to block tilesAtHome.
This commit is contained in:
parent
ed9fdd1d62
commit
5996b0c622
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ $HTTP["useragent"] =~ "Sosospider+" { url.access-deny = ("") }
|
|||
#
|
||||
# Block tilesAtHome
|
||||
#
|
||||
$HTTP["useragent"] == "tilesAtHome" { url.access-deny = ("") }
|
||||
$HTTP["useragent"] =~ "tilesAtHome" { url.access-deny = ("") }
|
||||
|
||||
#
|
||||
# Block JOSM revisions 1722-1727 as they have a serious bug that causes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue