X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1daa0db4e842cba793b9618e65f5201dd327078a..8eec48619fd1f620ba4165614c8e75d780743fbc:/cookbooks/web/recipes/rails.rb diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index 8a2acef32..f321ef537 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -143,6 +143,16 @@ rails_port "www.openstreetmap.org" do trace_image_storage_url "https://openstreetmap-gps-images.s3.dualstack.eu-west-1.amazonaws.com" overpass_url "https://query.openstreetmap.org/query-features" overpass_credentials true + imagery_blacklist [ + # Current Google imagery URLs have google or googleapis in the domain + ".*\\.google(apis)?\\..*/.*", + # Blacklist VWorld + "http://xdworld\\.vworld\\.kr:8080/.*", + # Blacklist here + ".*\\.here\\.com[/:].*", + # Blacklist Mapy.cz + ".*\\.mapy\\.cz.*" + ] end systemd_service "rails-jobs@" do