Skip to content

Commit

Permalink
Add 2gis to imagery blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Nov 22, 2024
1 parent 08be09e commit 461fe29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cookbooks/web/recipes/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@
".*\\.mapy\\.cz.*",
# Blacklist Yandex
".*\\.api-maps\\.yandex\\.ru/.*",
".*\\.maps\\.yandex\\.net/.*"
".*\\.maps\\.yandex\\.net/.*",
# Blacklist 2gis
".*\\.maps\\.2gis\\.com/.*"
]
end

Expand Down

0 comments on commit 461fe29

Please sign in to comment.