Remove unsafe-inline form default style policy

This commit is contained in:
Tom Hughes 2018-05-16 20:40:55 +01:00
parent fdd4361d5b
commit 1f1029cf1a

View file

@ -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]
}