mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 03:15:32 +00:00
Adjust CSP to fix image resizing
This commit is contained in:
parent
937cd03a9a
commit
3fe5029fbe
|
@ -15,7 +15,7 @@ if Rails.env.production?
|
|||
p.style_src :self, :unsafe_inline, assets_host
|
||||
p.media_src :self, :data, assets_host
|
||||
p.frame_src :self, :https
|
||||
p.connect_src :self, assets_host, Rails.configuration.x.streaming_api_base_url
|
||||
p.connect_src :self, :blob, assets_host, Rails.configuration.x.streaming_api_base_url
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue