Compare commits

...

1 Commits

Author SHA1 Message Date
53cf9d4e20 Updated csp parameters 2024-04-09 17:42:49 -07:00

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