Updated csp parameters

This commit is contained in:
Anon 2024-04-09 17:42:49 -07:00
parent fb4aa9f725
commit 53cf9d4e20

View File

@ -138,6 +138,7 @@ defmodule Pleroma.Web.Plugs.HTTPSecurityPlug do
|> add_csp_param(script_src) |> add_csp_param(script_src)
|> add_csp_param(insecure) |> add_csp_param(insecure)
|> add_csp_param(report) |> add_csp_param(report)
|> add_csp_param("frame-src https://music.yandere.cc")
|> :erlang.iolist_to_binary() |> :erlang.iolist_to_binary()
end end