Replies: 1 comment 1 reply
-
Do you have any additional examples of how other applications handle this? It seems like it wouldn't be very hard to copy what VS code is doing (links to their implementation: 1, 2), but I'm wondering why this isn't standardized and if there's a standard here we should be using. Are the credentials often sensitive enough that storing them as part of the URL, as opposed to the OS keychain, would be a problem? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's great that min now has proxy settings, but the problem is that if you specify a proxy address for which authorization is required, the authorization dialog box will appear every time you log in to the browser. It is not difficult for me to remember the login and password from the proxy server, but I would like not to waste time on this procedure every time I start the browser. I would like to offer the possibility to specify the proxy address and authorization data as well. Or at least to be able to specify authorization data directly in the proxy address line in the format
user:[email protected]:port
, as it happens in vscode for example, which by the way also uses electron.Beta Was this translation helpful? Give feedback.
All reactions