We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07833d commit dfa7e51Copy full SHA for dfa7e51
packages/core/src/shared/utilities/proxyUtil.ts
@@ -73,9 +73,6 @@ export class ProxyUtil {
73
// Always enable experimental proxy support for better handling of both explicit and transparent proxies
74
process.env.EXPERIMENTAL_HTTP_PROXY_SUPPORT = 'true'
75
76
- // Load built-in bundle and system OS trust store
77
- process.env.NODE_OPTIONS = '--use-system-ca'
78
-
79
const proxyUrl = config.proxyUrl
80
// Set proxy environment variables
81
if (proxyUrl) {
0 commit comments