You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Deno only looks forHTTP_PROXY, HTTPS_PROXY and NO_PROXY for proxy configuration. It would be more convenient to support ALL_PROXY which controls all protocols.
Popular programs like curl and Homebrew all respects ALL_PROXY and IMO Deno should follow suit, unless there is a reason not to.
The text was updated successfully, but these errors were encountered:
Right now Deno only looks for
HTTP_PROXY
,HTTPS_PROXY
andNO_PROXY
for proxy configuration. It would be more convenient to supportALL_PROXY
which controls all protocols.Popular programs like curl and Homebrew all respects
ALL_PROXY
and IMO Deno should follow suit, unless there is a reason not to.The text was updated successfully, but these errors were encountered: