Skip to content

Commit bed1855

Browse files
committed
Ban Go-Tiles-API
1 parent 4339fee commit bed1855

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/group_vars/tileservers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ apache:
250250
RewriteCond "%{HTTP_USER_AGENT}" "^Wget/" [OR]
251251
# Go HTTP client
252252
RewriteCond "%{HTTP_USER_AGENT}" "^Go-http-client/" [OR]
253+
# Go-Tiles-API client, cannot find what this user-agent means, looks like a default user agent
254+
RewriteCond "%{HTTP_USER_AGENT}" "^Go-Tiles-API/" [OR]
253255
# map client for Flutter
254256
RewriteCond "%{HTTP_USER_AGENT}" "^flutter_map \(unknown\)$" [OR]
255257
# generic osmdroid user agent

0 commit comments

Comments
 (0)