Apply suggestion to lib/pleroma/plugs/http_security_plug.ex

This commit is contained in:
rinpatch 2020-05-29 21:15:07 +00:00
parent da1e31fae3
commit 109af93227
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ defmodule Pleroma.Plugs.HTTPSecurityPlug 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]