Skip to content

Commit 4232373

Browse files
authored
Remove setting of HTTP proxy on Windows (#444)
1 parent 393eaa1 commit 4232373

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev-proxy/ProxyEngine.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ public async Task Run(CancellationToken? cancellationToken)
126126
if (RunTime.IsWindows)
127127
{
128128
// Only explicit proxies can be set as system proxy!
129-
_proxyServer.SetAsSystemHttpProxy(_explicitEndPoint);
130129
_proxyServer.SetAsSystemHttpsProxy(_explicitEndPoint);
131130
}
132131
else if (RunTime.IsMac)

0 commit comments

Comments
 (0)