Skip to content
Snippets Groups Projects
Verified Commit 1d05b3f8 authored by Alex Gleason's avatar Alex Gleason
Browse files

Add blob: to connect-src CSP

parent 1bd9749a
No related tags found
No related merge requests found
Pipeline #26530 passed
......@@ -55,7 +55,7 @@ defp csp_string do
websocket_url = Pleroma.Web.Endpoint.websocket_url()
report_uri = Config.get([:http_security, :report_uri])
connect_src = "connect-src 'self' #{static_url} #{websocket_url}"
connect_src = "connect-src 'self' #{static_url} #{websocket_url} blob:"
connect_src =
if Pleroma.Config.get(:env) == :dev do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment