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 8be30f1 commit 03027c2Copy full SHA for 03027c2
packages/core/src/shared/utilities/proxyUtil.ts
@@ -68,7 +68,7 @@ export class ProxyUtil {
68
*/
69
private static async setProxyEnvironmentVariables(config: ProxyConfig): Promise<void> {
70
// Always enable experimental proxy support for better handling of both explicit and transparent proxies
71
- process.env.EXPERIMENTAL_HTTP_PROXY_SUPPORT = 'true'
+ process.env.EXPERIMENTAL_HTTP_PROXY_SUPPORT = 'false'
72
73
const proxyUrl = config.proxyUrl
74
// Set proxy environment variables
0 commit comments