From dbe26654f155e38a9e34e17cabfa40346a9b2dbd Mon Sep 17 00:00:00 2001 From: jawelton74 <103591340+jawelton74@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:52:00 -0800 Subject: [PATCH] Add new config for sov. clouds (#2402) * Add new cloud origins for CSP. * Remove the explorer endpoint, it is not needed here. * Add other clouds as well. * Fix formatting. --- src/ConfigContext.ts | 4 ++++ web.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ConfigContext.ts b/src/ConfigContext.ts index b646cc9cc..969d6617f 100644 --- a/src/ConfigContext.ts +++ b/src/ConfigContext.ts @@ -79,6 +79,10 @@ let configContext: Readonly = { `^https:\\/\\/dataexplorer-preview\\.azurewebsites\\.net$`, `^https:\\/\\/explorer\\.cosmos\\.sovcloud-api\\.fr$`, `^https:\\/\\/portal\\.sovcloud-azure\\.fr$`, + `^https:\\/\\/explorer\\.cosmos\\.sovcloud-api\\.de$`, + `^https:\\/\\/portal\\.sovcloud-azure\\.de$`, + `^https:\\/\\/explorer\\.cosmos\\.sovcloud-api\\.sg$`, + `^https:\\/\\/portal\\.sovcloud-azure\\.sg$`, ], // Webpack injects this at build time gitSha: process.env.GIT_SHA, hostedExplorerURL: "https://cosmos.azure.com/", diff --git a/web.config b/web.config index 8efe7ce6d..e987fa939 100644 --- a/web.config +++ b/web.config @@ -30,7 +30,7 @@ - +