We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f14ce commit dd99061Copy full SHA for dd99061
ansible/group_vars/tileservers.yml
@@ -223,6 +223,8 @@ apache:
223
RewriteCond "%{HTTP_USER_AGENT}" "^Wget/" [OR]
224
# Go HTTP client
225
RewriteCond "%{HTTP_USER_AGENT}" "^Go-http-client/" [OR]
226
+ # map client for Flutter
227
+ RewriteCond "%{HTTP_USER_AGENT}" "^flutter_map \(unknown\)$" [OR]
228
# WindowsPowerShell (more than 40k requests/day from a single IP)
229
RewriteCond "%{HTTP_USER_AGENT}" "WindowsPowerShell/[0-9.]+" [OR]
230
# Cloudflare, referrer (b|c).tiles.openrailwaymap.org
0 commit comments