Added gps.tile.openstreetmap.org as allowed source for images

Resolves #4845
This commit is contained in:
Dimitar 2024-05-28 10:12:31 +03:00 committed by GitHub
parent a90302aecf
commit 00251a6621
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
Rails.application.configure do
connect_src = [:self]
img_src = [:self, :data, "www.gravatar.com", "*.wp.com", "tile.openstreetmap.org", "*.tile.thunderforest.com", "tile.tracestrack.com", "*.openstreetmap.fr"]
img_src = [:self, :data, "www.gravatar.com", "*.wp.com", "tile.openstreetmap.org", "gps.tile.openstreetmap.org", "*.tile.thunderforest.com", "tile.tracestrack.com", "*.openstreetmap.fr"]
script_src = [:self]
connect_src << Settings.matomo["location"] if defined?(Settings.matomo)