From 4a09264a71573636a4be79f62226cca95f5d5939 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 10 Sep 2024 14:52:47 +0200 Subject: [PATCH] feat: add blob to csp connect-src --- dev/docker/ocis/csp.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/docker/ocis/csp.yaml b/dev/docker/ocis/csp.yaml index 6a428a7011f..9ad91d4defa 100644 --- a/dev/docker/ocis/csp.yaml +++ b/dev/docker/ocis/csp.yaml @@ -3,6 +3,7 @@ directives: - '''self''' connect-src: - '''self''' + - 'blob:' - 'https://raw.githubusercontent.com/owncloud/awesome-ocis/' default-src: - '''none'''