-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate using Electron's resolveProxy
API in order to better handle requests behind proxies
#60773
Comments
Related links:
|
We've been having some problems with authentication on the GitHub Pull Requests extension, and I've tracked it down to commit cc60804. The following code:
fails with
This has been repro'd on multiple machines running macOS Sierra and Mojave. I have no proxy configuration on my machines. If I set /cc @rebornix |
Disabling the setting by default for tomorrow's Insiders build. |
@chrmarti Sorry, I've been traveling and couldn't follow up on this. Yay for repro, thanks for looking into it! |
Tracking the bug as #64133. |
I came from the 1.3.0 release page for the network proxy support. I just wanted to let that you know that setting |
Now, a request: If |
@dwaq Great! The goal is to make |
Please keep updated every whitelist domain as issued at #2278 in VS Code Docs. |
Hey guys, we have some issues with current Proxy Support feature on the Stable VS Code |
Closing as there are no immediate issues reported anymore. Please open new issues if anything comes up. |
@chrmarti Is the imported proxy (and explicit proxy settings) being applied to remote extensions? I am experiencing issue with remote extensions accidentally using the local proxy settings.
|
@vilic You're right, we need to be smarter about when to use the proxy settings from the local side. I'll open an issue. |
https://github.com/electron/electron/blob/master/docs/api/session.md#sesresolveproxyurl-callback
Also: https://github.com/felicienfrancois/node-electron-proxy-agent
From @chrmarti:
The text was updated successfully, but these errors were encountered: