We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fadcd commit 84bc92fCopy full SHA for 84bc92f
ansible/group_vars/tileservers.yml
@@ -225,6 +225,8 @@ apache:
225
RewriteCond "%{HTTP_USER_AGENT}" "^Go-http-client/" [OR]
226
# map client for Flutter
227
RewriteCond "%{HTTP_USER_AGENT}" "^flutter_map \(unknown\)$" [OR]
228
+ # generic osmdroid user agent
229
+ RewriteCond "%{HTTP_USER_AGENT}" "^com.osmdroid.maps$" [OR]
230
# WindowsPowerShell (more than 40k requests/day from a single IP)
231
RewriteCond "%{HTTP_USER_AGENT}" "WindowsPowerShell/[0-9.]+" [OR]
232
# Cloudflare, referrer (b|c).tiles.openrailwaymap.org
0 commit comments