Updated csp parameter

This commit is contained in:
Anon 2024-06-06 19:25:14 -07:00
parent 7566b4a348
commit ce874fa151

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