temp fix for jortage until i can ask una about how i'm supposed to do it

This commit is contained in:
Holly 2021-01-05 09:04:09 +00:00
parent 225c934a1b
commit a88c62cbe6
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ if Rails.env.production?
p.frame_ancestors :none
p.script_src :self, assets_host
p.font_src :self, assets_host
p.img_src :self, :data, :blob, *data_hosts
p.img_src :self, :data, :blob, "blob.jortage.com", *data_hosts
p.style_src :self, assets_host
p.media_src :self, :data, *data_hosts
p.media_src :self, :data, "blob.jortage.com", *data_hosts
p.frame_src :self, :https
p.child_src :self, :blob, assets_host
p.worker_src :self, :blob, assets_host