X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ace4da4f8247997b1416c6ad8eaf41373d585c1d..2d26d1f7644f0e1a4041339bad4c4570806fcac7:/config/example.application.yml?ds=sidebyside diff --git a/config/example.application.yml b/config/example.application.yml index d6a855ef5..3fbebdc76 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -84,6 +84,11 @@ defaults: &defaults require_terms_seen: false # Whether to require users to agree to the CTs before editing require_terms_agreed: false + # Imagery to return in capabilities as blacklisted + imagery_blacklist: + - ".*\\.googleapis\\.com/.*" + - ".*\\.google\\.com/.*" + - ".*\\.google\\.ru/.*" development: <<: *defaults