From 461fe290262e9b44cf3ac0a667392c4fc29cdc05 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Fri, 22 Nov 2024 17:06:33 +0300 Subject: [PATCH] Add 2gis to imagery blacklist --- cookbooks/web/recipes/rails.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index ee24dbd8d..e46f9d52b 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -161,7 +161,9 @@ ".*\\.mapy\\.cz.*", # Blacklist Yandex ".*\\.api-maps\\.yandex\\.ru/.*", - ".*\\.maps\\.yandex\\.net/.*" + ".*\\.maps\\.yandex\\.net/.*", + # Blacklist 2gis + ".*\\.maps\\.2gis\\.com/.*" ] end