From: Anton Khorev Date: Fri, 22 Nov 2024 14:06:33 +0000 (+0300) Subject: Add 2gis to imagery blacklist X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/461fe290262e9b44cf3ac0a667392c4fc29cdc05?ds=inline;hp=-c Add 2gis to imagery blacklist --- 461fe290262e9b44cf3ac0a667392c4fc29cdc05 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 @@ rails_port "www.openstreetmap.org" do ".*\\.mapy\\.cz.*", # Blacklist Yandex ".*\\.api-maps\\.yandex\\.ru/.*", - ".*\\.maps\\.yandex\\.net/.*" + ".*\\.maps\\.yandex\\.net/.*", + # Blacklist 2gis + ".*\\.maps\\.2gis\\.com/.*" ] end