Add manifest_src to CSP

Fixes manifest.json not being loaded because of CSP violation

h/t https://vulpine.club/@binary/100662852252438648
master
Rey Tucker 6 years ago committed by ThibG
parent bd437f8077
commit 40d04a3209
  1. 1
      config/initializers/content_security_policy.rb

@ -27,6 +27,7 @@ if Rails.env.production?
p.frame_src :self, :https
p.worker_src :self, assets_host
p.connect_src :self, :blob, Rails.configuration.x.streaming_api_base_url, *data_hosts
p.manifest_src :self, :https
end
end

Loading…
Cancel
Save