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 393eaa1 commit 4232373Copy full SHA for 4232373
dev-proxy/ProxyEngine.cs
@@ -126,7 +126,6 @@ public async Task Run(CancellationToken? cancellationToken)
126
if (RunTime.IsWindows)
127
{
128
// Only explicit proxies can be set as system proxy!
129
- _proxyServer.SetAsSystemHttpProxy(_explicitEndPoint);
130
_proxyServer.SetAsSystemHttpsProxy(_explicitEndPoint);
131
}
132
else if (RunTime.IsMac)
0 commit comments