🩹(frontend) add Microsoft 365 domains to CSP configuration

Include M365 cloud domains in CSP directives to allow the
Outlook add-in to load properly in Microsoft 365 SaaS clients
This commit is contained in:
lebaudantoine
2026-05-06 16:44:28 +02:00
parent cf4e347589
commit 1af58b889e
+1 -1
View File
@@ -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;