Skip to content
Snippets Groups Projects
Unverified Commit aafbc82d authored by prplecake's avatar prplecake Committed by GitHub
Browse files

Add "unsafe-eval" to script-src CSP (#18817)

parent eebbc543
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ Rails.application.config.content_security_policy do |p|
p.worker_src :self, :blob, assets_host
else
p.connect_src :self, :data, :blob, assets_host, media_host, Rails.configuration.x.streaming_api_base_url
p.script_src :self, assets_host
p.script_src :self, assets_host, :unsafe_eval
p.child_src :self, :blob, assets_host
p.worker_src :self, :blob, assets_host
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment