mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-19 03:54:04 +01:00
update content security policy.
This commit is contained in:
parent
cbdcc81bed
commit
92ca483623
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if Rails.env.production?
|
||||||
p.script_src :self, assets_host, "'wasm-unsafe-eval'","use.typekit.net"
|
p.script_src :self, assets_host, "'wasm-unsafe-eval'","use.typekit.net"
|
||||||
p.font_src :self, assets_host, "use.typekit.net"
|
p.font_src :self, assets_host, "use.typekit.net"
|
||||||
p.img_src :self, :data, :blob, *data_hosts, "p.typekit.net"
|
p.img_src :self, :data, :blob, *data_hosts, "p.typekit.net"
|
||||||
p.style_src :self, assets_host, "use.typekit.net", "p.typekit.net"
|
p.style_src :self, assets_host, "use.typekit.net", "p.typekit.net", "34.si"
|
||||||
p.media_src :self, :data, *data_hosts
|
p.media_src :self, :data, *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
|
||||||
|
|
Loading…
Reference in a new issue