From 7194cf7d72173fa50ee4859cc4058f16facaff2f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 28 Feb 2020 08:06:39 +0000 Subject: [PATCH] tilecache: block "Where my children" app --- cookbooks/tilecache/templates/default/nginx_tile.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/tilecache/templates/default/nginx_tile.conf.erb b/cookbooks/tilecache/templates/default/nginx_tile.conf.erb index 4a1a33b3d..1fb156008 100644 --- a/cookbooks/tilecache/templates/default/nginx_tile.conf.erb +++ b/cookbooks/tilecache/templates/default/nginx_tile.conf.erb @@ -56,6 +56,7 @@ map $http_user_agent $denied_scraper { '~^runtastic' 1; # App 'Mozilla/4.0' 1; # Fake 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)' 1; # Fake + '~^Where\ my\ children' 1; # App } map $http_referer $denied_referer { -- 2.43.2