mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-23 13:05:12 +01:00
Fix wrong directive unsafe-wasm-eval
to wasm-unsafe-eval
(#20729)
This commit is contained in:
parent
b46b7c3d5e
commit
43b0b2f3f4
@ -36,7 +36,7 @@ Rails.application.config.content_security_policy do |p|
|
|||||||
p.worker_src :self, :blob, assets_host
|
p.worker_src :self, :blob, assets_host
|
||||||
else
|
else
|
||||||
p.connect_src :self, :data, :blob, assets_host, media_host, Rails.configuration.x.streaming_api_base_url
|
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.child_src :self, :blob, assets_host
|
||||||
p.worker_src :self, :blob, assets_host
|
p.worker_src :self, :blob, assets_host
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user