From 3cc0b6c70b7913d3de8442f8061db2d5f904ee94 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Sat, 14 Mar 2020 18:52:53 -0700 Subject: [PATCH] Block some taxi apps These apps were contacted about moving and did not reply. --- cookbooks/tilecache/templates/default/nginx_tile.conf.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cookbooks/tilecache/templates/default/nginx_tile.conf.erb b/cookbooks/tilecache/templates/default/nginx_tile.conf.erb index d6a652b16..8325c1b77 100644 --- a/cookbooks/tilecache/templates/default/nginx_tile.conf.erb +++ b/cookbooks/tilecache/templates/default/nginx_tile.conf.erb @@ -66,6 +66,9 @@ map $http_user_agent $denied_scraper { '~^Where\ my\ children' 1; # App 'nossoonibusjp.android.crosswalk' 1; # App 'br.com.concisoti.potybus' 1; # App + 'com.soft373.taptaxi' 1; + 'com.kradac.ktxcore' 1; + 'ru.crowdsystems.topcontrol.knd' 1; } map $http_referer $denied_referer { -- 2.45.2