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.
2 parents 8ec544f + f1e22ae commit 766f03fCopy full SHA for 766f03f
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