Remove unsafe-inline form default style policy
This commit is contained in:
parent
fdd4361d5b
commit
1f1029cf1a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if defined?(CSP_REPORT_URL)
|
|||
:object_src => %w['self'],
|
||||
:plugin_types => %w[],
|
||||
:script_src => %w['self'],
|
||||
:style_src => %w['self' 'unsafe-inline'],
|
||||
:style_src => %w['self'],
|
||||
:report_uri => [CSP_REPORT_URL]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue