]> git.openstreetmap.org Git - chef.git/commitdiff
Block some heavy apps and default user-agents
authorPaul Norman <penorman@mac.com>
Tue, 3 Mar 2020 04:56:56 +0000 (20:56 -0800)
committerPaul Norman <penorman@mac.com>
Tue, 3 Mar 2020 04:56:56 +0000 (20:56 -0800)
cookbooks/tilecache/templates/default/nginx_tile.conf.erb

index 1fb15600877bcb8d4659986897633a83bb4e62d4..4c8395fee516723ed390d8d52865d39cb944a554 100644 (file)
@@ -53,10 +53,14 @@ map $http_user_agent $denied_scraper {
   '~^R$'                 1; # Library Default
   '~^Java\/'             1; # Library Default
   '~^tiles$'             1; # Library Default
+  '~^okhttp\/'           1; # Library Default
   '~^runtastic'          1; # App
+  'Android'              1; # Default or fake
   'Mozilla/4.0'          1; # Fake
   'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)' 1;  # Fake
   '~^Where\ my\ children' 1; # App
+  'nossoonibusjp.android.crosswalk' 1; # App
+  'br.com.concisoti.potybus' 1; # App
 }
 
 map $http_referer $denied_referer {