Skip to content

Commit 9616260

Browse files
authored
Merge pull request #7568 from tsmithsz/remove-flag
fix(amazonq): Remove incompatible Node 18 flag
2 parents e07833d + dfa7e51 commit 9616260

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/src/shared/utilities/proxyUtil.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ export class ProxyUtil {
7373
// Always enable experimental proxy support for better handling of both explicit and transparent proxies
7474
process.env.EXPERIMENTAL_HTTP_PROXY_SUPPORT = 'true'
7575

76-
// Load built-in bundle and system OS trust store
77-
process.env.NODE_OPTIONS = '--use-system-ca'
78-
7976
const proxyUrl = config.proxyUrl
8077
// Set proxy environment variables
8178
if (proxyUrl) {

0 commit comments

Comments
 (0)