temp fix for jortage until i can ask una about how i'm supposed to do it
This commit is contained in:
parent
225c934a1b
commit
a88c62cbe6
|
@ -33,9 +33,9 @@ if Rails.env.production?
|
||||||
p.frame_ancestors :none
|
p.frame_ancestors :none
|
||||||
p.script_src :self, assets_host
|
p.script_src :self, assets_host
|
||||||
p.font_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.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.frame_src :self, :https
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue