Added gps.tile.openstreetmap.org as allowed source for images
Resolves #4845
This commit is contained in:
parent
a90302aecf
commit
00251a6621
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue