From: Tom Hughes Date: Tue, 20 Feb 2024 20:46:34 +0000 (+0000) Subject: Add Yandex to imagery blacklist X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/92d4fd1e5f12a09f6937872834cc048b91e3e7fc Add Yandex to imagery blacklist --- 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