Skip to content

Commit a45e3d5

Browse files
authored
Fix trusted domains (#72)
* fix trusted domains * Fixed conflicting patch
1 parent 5678daa commit a45e3d5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

patches/common/trusted-domains.diff

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Index: third-party-src/product.json
9292
===================================================================
9393
--- third-party-src.orig/product.json
9494
+++ third-party-src/product.json
95-
@@ -82,5 +82,15 @@
95+
@@ -82,5 +82,16 @@
9696
"publisherDisplayName": "Microsoft"
9797
}
9898
}
@@ -105,6 +105,7 @@ Index: third-party-src/product.json
105105
+ "https://console.aws.amazon.com",
106106
+ "https://console.amazonaws-us-gov.com",
107107
+ "https://console.amazonaws.cn",
108-
+ "https://aws.amazon.com"
108+
+ "https://aws.amazon.com",
109+
+ "https://*.amazon.com"
109110
]
110111
}

patches/web-server/integration.diff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Index: third-party-src/product.json
1717
"nameShort": "Code Editor",
1818
"nameLong": "Code Editor",
1919
"codeEditorVersion": "1.0.0",
20-
@@ -44,6 +54,9 @@
21-
"https://console.aws.amazon.com",
20+
@@ -45,6 +55,9 @@
2221
"https://console.amazonaws-us-gov.com",
2322
"https://console.amazonaws.cn",
24-
- "https://aws.amazon.com"
25-
+ "https://aws.amazon.com",
23+
"https://aws.amazon.com",
24+
- "https://*.amazon.com"
25+
+ "https://*.amazon.com",
2626
+ "https://open-vsx.org",
2727
+ "https://oidc.*.amazonaws.com",
2828
+ "https://device.sso.*.amazonaws.com"

0 commit comments

Comments
 (0)