Skip to content

Commit 77fd3c0

Browse files
authored
Merge branch 'master' into UTDE-cleanup
2 parents 7b32c46 + f1e22ae commit 77fd3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class ProxyUtil {
6868
*/
6969
private static async setProxyEnvironmentVariables(config: ProxyConfig): Promise<void> {
7070
// Always enable experimental proxy support for better handling of both explicit and transparent proxies
71-
process.env.EXPERIMENTAL_HTTP_PROXY_SUPPORT = 'true'
71+
process.env.EXPERIMENTAL_HTTP_PROXY_SUPPORT = 'false'
7272

7373
const proxyUrl = config.proxyUrl
7474
// Set proxy environment variables

0 commit comments

Comments
 (0)