]> git.openstreetmap.org Git - chef.git/commitdiff
Add Yandex to imagery blacklist
authorTom Hughes <tom@compton.nu>
Tue, 20 Feb 2024 20:46:34 +0000 (20:46 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 20 Feb 2024 20:46:58 +0000 (20:46 +0000)
cookbooks/web/recipes/rails.rb

index ea0287a975bba35e40f00bf1066142edb9445189..7d39696dc9799be531baa41b6d9bc4d26c4bed00 100644 (file)
@@ -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