Git-Credential-Manager-for-Windows icon indicating copy to clipboard operation
Git-Credential-Manager-for-Windows copied to clipboard

GCM ignores NO_PROXY environment variable

Open u1735067 opened this issue 4 years ago • 0 comments

Hello,

I see in https://github.com/microsoft/Git-Credential-Manager-for-Windows/blob/master/Docs/Environment.md honor http_proxy and https_proxy (both upper and lower case it seems), but it completely ignores no_proxy while git honor it.

So git is properly handling requests, but GCM can leaks informations through the proxy while it shouldn't.

Could GCM handle this environment variable the same way gitdoes, which is https://curl.haxx.se/docs/manual.html (§Environment Variables, as per https://github.com/git/git/search?q=no_proxy&unscoped_q=no_proxy)?

Best,

u1735067 avatar Dec 05 '19 13:12 u1735067