Add tile.openstreetmap.org to security policy

This commit is contained in:
Tom Hughes 2020-04-14 00:03:55 +01:00
parent 425b79b5cc
commit da80a7bd08

View file

@ -7,7 +7,7 @@ csp_policy = {
:form_action => %w['self'],
:frame_ancestors => %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'],
:media_src => %w['none'],
:object_src => %w['self'],