From ed3a79f880a52e75cf285d65f1c6fc1de75d24af Mon Sep 17 00:00:00 2001 From: bogercraig <124094535+bogercraig@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:58:07 -0800 Subject: [PATCH] Adding origins for additional sov cloud. (#2389) --- src/ConfigContext.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ConfigContext.ts b/src/ConfigContext.ts index 9d6945a38..b646cc9cc 100644 --- a/src/ConfigContext.ts +++ b/src/ConfigContext.ts @@ -77,6 +77,8 @@ let configContext: Readonly = { `^https:\\/\\/.*\\.fabric\\.microsoft\\.com$`, `^https:\\/\\/.*\\.powerbi\\.com$`, `^https:\\/\\/dataexplorer-preview\\.azurewebsites\\.net$`, + `^https:\\/\\/explorer\\.cosmos\\.sovcloud-api\\.fr$`, + `^https:\\/\\/portal\\.sovcloud-azure\\.fr$`, ], // Webpack injects this at build time gitSha: process.env.GIT_SHA, hostedExplorerURL: "https://cosmos.azure.com/",