merge upstream #2

Merged
oat merged 33 commits from :main into main 2022-11-17 00:39:52 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 43b0b2f3f4 - Show all commits

View File

@ -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, "'unsafe-wasm-eval'"
p.script_src :self, assets_host, "'wasm-unsafe-eval'"
p.child_src :self, :blob, assets_host
p.worker_src :self, :blob, assets_host
end