diff options
author | Tomofumi Chiba <tomofumi.chiba@gmail.com> | 2021-01-01 00:15:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-31 16:15:32 +0100 |
commit | 5f4e1767fea326d507395eafee25ab4ecc4b67b9 (patch) | |
tree | 29b13376dc2fdc6a5c7780bbfcad48c8ad3dc296 /docs/linking_to_external_code/proxies.md | |
parent | 587155f86dbce71b274bbeeb2c60c9a2798cf600 (diff) |
docs: add note about NO_PROXY env variable (#8929)
Diffstat (limited to 'docs/linking_to_external_code/proxies.md')
-rw-r--r-- | docs/linking_to_external_code/proxies.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linking_to_external_code/proxies.md b/docs/linking_to_external_code/proxies.md index 5c98f909d..2186aa722 100644 --- a/docs/linking_to_external_code/proxies.md +++ b/docs/linking_to_external_code/proxies.md @@ -2,8 +2,8 @@ Deno supports proxies for module downloads and the Web standard `fetch` API. -Proxy configuration is read from environmental variables: `HTTP_PROXY` and -`HTTPS_PROXY`. +Proxy configuration is read from environmental variables: `HTTP_PROXY`, +`HTTPS_PROXY` and `NO_PROXY`. In case of Windows, if environment variables are not found Deno falls back to reading proxies from registry. |