mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Add manifest_src to CSP
Fixes manifest.json not being loaded because of CSP violation h/t https://vulpine.club/@binary/100662852252438648
This commit is contained in:
parent
bd437f8077
commit
40d04a3209
@ -27,6 +27,7 @@ if Rails.env.production?
|
|||||||
p.frame_src :self, :https
|
p.frame_src :self, :https
|
||||||
p.worker_src :self, assets_host
|
p.worker_src :self, assets_host
|
||||||
p.connect_src :self, :blob, Rails.configuration.x.streaming_api_base_url, *data_hosts
|
p.connect_src :self, :blob, Rails.configuration.x.streaming_api_base_url, *data_hosts
|
||||||
|
p.manifest_src :self, :https
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user