merge upstream csp changes

master
multiple creatures 2020-01-15 21:30:57 -06:00
parent 729a32d2a5
commit 8c02372012
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ if Rails.env.production?
p.style_src :self, :unsafe_inline, assets_host
p.media_src :self, :data, *data_hosts, "pool.jortage.com", "blob.jortage.com"
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.worker_src :self, :blob, assets_host
p.connect_src :self, :blob, :data, Rails.configuration.x.streaming_api_base_url, *data_hosts
p.manifest_src :self, assets_host
end
end