yub icon indicating copy to clipboard operation
yub copied to clipboard

Proxy support

Open b00tsy opened this issue 3 years ago • 1 comments

Using yub in an environment where a http proxy is required is currently not supported, because node http / https modules don't support respecting env variables such as http_proxy or no_proxy ( https://github.com/nodejs/node/issues/8381#issuecomment-265240434 ).

Adding proxy support would be easily possible if using a request library such as got instead of the node modules directly...

Any thought's on that issue?

I could provide a PR.

b00tsy avatar May 27 '21 10:05 b00tsy