We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2f8d5 commit 2ddf954Copy full SHA for 2ddf954
1 file changed
ansible/group_vars/tileservers.yml
@@ -246,6 +246,8 @@ apache:
246
RewriteCond "%{HTTP_USER_AGENT}" "^MOBAC/" [OR]
247
# Wget, non-interactive network downloader
248
RewriteCond "%{HTTP_USER_AGENT}" "^Wget/" [OR]
249
+ # Curl, HTTP library and command line utility
250
+ RewriteCond "%{HTTP_USER_AGENT}" "^curl/" [OR]
251
# generic Mozilla
252
RewriteCond "%{HTTP_USER_AGENT}" "^Mozilla/5.0$" [OR]
253
# Go HTTP client
0 commit comments