mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-08 01:43:17 +00:00
🩹(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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user