From 5aee6ed333b98a5075cc69a2a8d124a90c389fb9 Mon Sep 17 00:00:00 2001 From: VictorPaiu Date: Mon, 27 Oct 2025 15:07:04 +0100 Subject: [PATCH 1/2] fix trusted domains --- patches/common/trusted-domains.diff | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/patches/common/trusted-domains.diff b/patches/common/trusted-domains.diff index 8be3646..7830b4b 100644 --- a/patches/common/trusted-domains.diff +++ b/patches/common/trusted-domains.diff @@ -92,7 +92,7 @@ Index: third-party-src/product.json =================================================================== --- third-party-src.orig/product.json +++ third-party-src/product.json -@@ -82,5 +82,15 @@ +@@ -82,5 +82,16 @@ "publisherDisplayName": "Microsoft" } } @@ -105,6 +105,7 @@ Index: third-party-src/product.json + "https://console.aws.amazon.com", + "https://console.amazonaws-us-gov.com", + "https://console.amazonaws.cn", -+ "https://aws.amazon.com" ++ "https://aws.amazon.com", ++ "https://*.amazon.com" ] } From 241116694830b457f17ed1a300539dce272920ce Mon Sep 17 00:00:00 2001 From: VictorPaiu Date: Mon, 27 Oct 2025 15:31:43 +0100 Subject: [PATCH 2/2] Fixed conflicting patch --- patches/web-server/integration.diff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patches/web-server/integration.diff b/patches/web-server/integration.diff index fc71f91..9fea200 100644 --- a/patches/web-server/integration.diff +++ b/patches/web-server/integration.diff @@ -17,12 +17,12 @@ Index: third-party-src/product.json "nameShort": "Code Editor", "nameLong": "Code Editor", "codeEditorVersion": "1.0.0", -@@ -44,6 +54,9 @@ - "https://console.aws.amazon.com", +@@ -45,6 +55,9 @@ "https://console.amazonaws-us-gov.com", "https://console.amazonaws.cn", -- "https://aws.amazon.com" -+ "https://aws.amazon.com", + "https://aws.amazon.com", +- "https://*.amazon.com" ++ "https://*.amazon.com", + "https://open-vsx.org", + "https://oidc.*.amazonaws.com", + "https://device.sso.*.amazonaws.com"