Updated csp parameters

This commit is contained in:
Anon 2023-12-21 02:16:59 -08:00
parent 6722b7f395
commit 88c39ee1d4

View File

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