docs: add note about NO_PROXY env variable (#8929)

This commit is contained in:
Tomofumi Chiba 2021-01-01 00:15:32 +09:00 committed by GitHub
parent 587155f86d
commit 5f4e1767fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,8 @@
Deno supports proxies for module downloads and the Web standard `fetch` API. Deno supports proxies for module downloads and the Web standard `fetch` API.
Proxy configuration is read from environmental variables: `HTTP_PROXY` and Proxy configuration is read from environmental variables: `HTTP_PROXY`,
`HTTPS_PROXY`. `HTTPS_PROXY` and `NO_PROXY`.
In case of Windows, if environment variables are not found Deno falls back to In case of Windows, if environment variables are not found Deno falls back to
reading proxies from registry. reading proxies from registry.