Make lint happy
This commit is contained in:
parent
1e685c8302
commit
3d09bc320e
1 changed files with 1 additions and 1 deletions
|
@ -100,6 +100,7 @@ defmodule Pleroma.Web.Plugs.HTTPSecurityPlug do
|
|||
if Config.get([:media_proxy, :enabled]) &&
|
||||
!Config.get([:media_proxy, :proxy_opts, :redirect_on_failure]) do
|
||||
sources = build_csp_multimedia_source_list()
|
||||
|
||||
{
|
||||
[img_src, sources],
|
||||
[media_src, sources],
|
||||
|
@ -113,7 +114,6 @@ defmodule Pleroma.Web.Plugs.HTTPSecurityPlug do
|
|||
}
|
||||
end
|
||||
|
||||
|
||||
connect_src =
|
||||
if Config.get(:env) == :dev do
|
||||
[connect_src, " http://localhost:3035/"]
|
||||
|
|
Loading…
Reference in a new issue