Fix connect-src policy for Tesseract

th-downstream
Thibaut Girka 5 years ago
parent 031fe56133
commit f82b1bb158

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

Loading…
Cancel
Save