forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/plugs/http_security_plug.ex
This commit is contained in:
parent
da1e31fae3
commit
109af93227
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ defp csp_string do
|
|||
sources = get_proxy_and_attachment_sources()
|
||||
{[img_src, sources], [media_src, sources]}
|
||||
else
|
||||
{img_src <> " https:", media_src <> " https:"}
|
||||
{[img_src, " https:"], [media_src, " https:"]}
|
||||
end
|
||||
|
||||
connect_src = ["connect-src 'self' ", static_url, ?\s, websocket_url]
|
||||
|
|
Loading…
Reference in a new issue