From 92d4fd1e5f12a09f6937872834cc048b91e3e7fc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 20 Feb 2024 20:46:34 +0000 Subject: [PATCH] Add Yandex to imagery blacklist --- cookbooks/web/recipes/rails.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index ea0287a97..7d39696dc 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -159,7 +159,10 @@ rails_port "www.openstreetmap.org" do # Blacklist here ".*\\.here\\.com[/:].*", # Blacklist Mapy.cz - ".*\\.mapy\\.cz.*" + ".*\\.mapy\\.cz.*", + # Blacklist Yandex + ".*\\.api-maps\\.yandex\\.ru/.*", + ".*\\.maps\\.yandex\\.net/.*" ] end -- 2.39.5