Merge branch 'features/apc2s-pagination' into 'develop'
[akkoma] / lib / pleroma / plugs / http_security_plug.ex
index 58907253558c8a2656f31b72e808f0de0db34ccf..6a339b32ca2e2b5491f992aca5dff5317eb1fc00 100644 (file)
@@ -78,7 +78,7 @@ defmodule Pleroma.Plugs.HTTPSecurityPlug do
         {[img_src, " https:"], [media_src, " https:"]}
       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