Default frame-src to self
This commit is contained in:
parent
79284a0fcd
commit
c77c7d015f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ if defined?(CSP_REPORT_URL)
|
|||
:font_src => %w['none'],
|
||||
: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],
|
||||
:media_src => %w['none'],
|
||||
:object_src => %w['self'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue