From 5f4e1767fea326d507395eafee25ab4ecc4b67b9 Mon Sep 17 00:00:00 2001 From: Tomofumi Chiba Date: Fri, 1 Jan 2021 00:15:32 +0900 Subject: docs: add note about NO_PROXY env variable (#8929) --- docs/linking_to_external_code/proxies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/linking_to_external_code/proxies.md') 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. -- cgit v1.2.3