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

This reverts commit a88c62cbe6.
This commit is contained in:
Holly 2021-01-14 19:11:41 +00:00
parent 0e21e43154
commit 723a4a76b8
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, "blob.jortage.com", *data_hosts
p.img_src :self, :data, :blob, *data_hosts
p.style_src :self, assets_host
p.media_src :self, :data, "blob.jortage.com", *data_hosts
p.media_src :self, :data, *data_hosts
p.frame_src :self, :https
p.child_src :self, :blob, assets_host
p.worker_src :self, :blob, assets_host