From c4101fa9e2d3d9974949c20a5ae9f5eb282750a3 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 8 Jul 2024 09:18:33 +0200 Subject: [PATCH] fix: csp config for full example --- deployments/examples/ocis_full/config/ocis/csp.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployments/examples/ocis_full/config/ocis/csp.yaml b/deployments/examples/ocis_full/config/ocis/csp.yaml index be7aef2620..ffb8bcdeca 100644 --- a/deployments/examples/ocis_full/config/ocis/csp.yaml +++ b/deployments/examples/ocis_full/config/ocis/csp.yaml @@ -13,6 +13,7 @@ directives: - '''self''' frame-src: - '''self''' + - 'blob:' - 'https://embed.diagrams.net/' # In contrary to bash and docker the default is given after the | character - 'https://${ONLYOFFICE_DOMAIN|onlyoffice.owncloud.test}/'