X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/26855add3861ad496efdcae8598ffdf7d1116074..15a7276a9f50821a7728b4da3af16849284f251b:/config/example.application.yml 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