Skip to content

Commit

Permalink
Remove setting of HTTP proxy on Windows (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrytrinder authored Dec 20, 2023
1 parent 393eaa1 commit 4232373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-proxy/ProxyEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public async Task Run(CancellationToken? cancellationToken)
if (RunTime.IsWindows)
{
// Only explicit proxies can be set as system proxy!
_proxyServer.SetAsSystemHttpProxy(_explicitEndPoint);
_proxyServer.SetAsSystemHttpsProxy(_explicitEndPoint);
}
else if (RunTime.IsMac)
Expand Down

0 comments on commit 4232373

Please sign in to comment.