diff --git a/app/models/communication/website/with_security.rb b/app/models/communication/website/with_security.rb index 5707aadf93958091bfaf246568c708d2a6ddf83c..d9aa9041dac34550347d6b6d985dc3bc6d396e40 100644 --- a/app/models/communication/website/with_security.rb +++ b/app/models/communication/website/with_security.rb @@ -16,9 +16,10 @@ module Communication::Website::WithSecurity def external_domains_default [ - 'osuny-1b4da.kxcdn.com', # KeyCDN for assets resize - '*.osuny.org', # Osuny for assets resize - 'osuny.s3.fr-par.scw.cloud' # Scaleway for direct assets + 'osuny-1b4da.kxcdn.com', # KeyCDN for assets resize + '*.osuny.org', # Osuny for assets resize + 'osuny.s3.fr-par.scw.cloud', # Scaleway for direct assets + 'tile.openstreetmap.org' # Open Street Map default tiles ] end