Merge branch 'connect-src' into 'develop'
Add blob: to connect-src CSP, fixes #1827 Closes #1827 See merge request pleroma/pleroma!2608
This commit is contained in:
commit
660d49227b
2 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ defmodule Pleroma.Plugs.HTTPSecurityPlug do
|
|||
{img_src, media_src}
|
||||
end
|
||||
|
||||
connect_src = ["connect-src 'self' ", static_url, ?\s, websocket_url]
|
||||
connect_src = ["connect-src 'self' blob: ", static_url, ?\s, websocket_url]
|
||||
|
||||
connect_src =
|
||||
if Pleroma.Config.get(:env) == :dev do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue