Update secure_headers configuration for upstream changes
This commit is contained in:
parent
448bdb2454
commit
e7e85db0c8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if defined?(CSP_REPORT_URL)
|
|||
:img_src => %w['self' data: www.gravatar.com *.wp.com *.tile.openstreetmap.org *.tile.thunderforest.com *.openstreetmap.fr],
|
||||
:media_src => %w['none'],
|
||||
:object_src => %w['self'],
|
||||
:plugin_types => %w['none'],
|
||||
:plugin_types => %w[],
|
||||
:script_src => %w['self'],
|
||||
:style_src => %w['self' 'unsafe-inline'],
|
||||
:report_uri => [CSP_REPORT_URL]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue