Add tile.openstreetmap.org to security policy
This commit is contained in:
parent
425b79b5cc
commit
da80a7bd08
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ csp_policy = {
|
||||||
:form_action => %w['self'],
|
:form_action => %w['self'],
|
||||||
:frame_ancestors => %w['self'],
|
:frame_ancestors => %w['self'],
|
||||||
:frame_src => %w['self'],
|
:frame_src => %w['self'],
|
||||||
:img_src => %w['self' data: www.gravatar.com *.wp.com *.tile.openstreetmap.org *.tile.thunderforest.com *.openstreetmap.fr],
|
:img_src => %w['self' data: www.gravatar.com *.wp.com tile.openstreetmap.org *.tile.openstreetmap.org *.tile.thunderforest.com *.openstreetmap.fr],
|
||||||
:manifest_src => %w['self'],
|
:manifest_src => %w['self'],
|
||||||
:media_src => %w['none'],
|
:media_src => %w['none'],
|
||||||
:object_src => %w['self'],
|
:object_src => %w['self'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue