Preserve schemes in security policy
This commit is contained in:
parent
a6feffca9b
commit
5cd4aeb1aa
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
if defined?(CSP_REPORT_URL)
|
||||
csp_policy = {
|
||||
:preserve_schemes => true,
|
||||
:default_src => %w['self'],
|
||||
:child_src => %w['self'],
|
||||
:connect_src => %w['self'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue