Updated csp parameters

This commit is contained in:
Anon 2025-02-15 22:23:44 -08:00
parent fe3e61f6ec
commit bc20e49c0a

View file

@ -143,6 +143,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