From 1af58b889e1c9044fa7a4f3ac9866ba83e0634c4 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 6 May 2026 16:44:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(frontend)=20add=20Microsoft=20365?= =?UTF-8?q?=20domains=20to=20CSP=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include M365 cloud domains in CSP directives to allow the Outlook add-in to load properly in Microsoft 365 SaaS clients --- docker/dinum-frontend/nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/dinum-frontend/nginx/default.conf b/docker/dinum-frontend/nginx/default.conf index 6daead5c..e5b2b71b 100644 --- a/docker/dinum-frontend/nginx/default.conf +++ b/docker/dinum-frontend/nginx/default.conf @@ -44,7 +44,7 @@ server { add_header Pragma "no-cache" always; add_header Expires 0 always; - set $ms_domains "https://*.live.com https://*.office.com https://*.microsoft.com https://*.office365.com https://*.sharepoint.com"; + set $ms_domains "https://*.live.com https://*.office.com https://*.microsoft.com https://*.office365.com https://*.sharepoint.com https://*.cloud.microsoft"; set $nonce $request_id;