]> git.openstreetmap.org Git - chef.git/commitdiff
Add 2gis to imagery blacklist
authorAnton Khorev <tony29@yandex.ru>
Fri, 22 Nov 2024 14:06:33 +0000 (17:06 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 22 Nov 2024 14:06:33 +0000 (17:06 +0300)
cookbooks/web/recipes/rails.rb

index ee24dbd8da207273ed82d0f0b0bf3dabf1928058..e46f9d52b2506d7e1bff1e30b56f597579cc588e 100644 (file)
@@ -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