summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/linking_to_external_code/proxies.md4
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.