From a57429d90eb694041554d2c4c6826b6b459a6453 Mon Sep 17 00:00:00 2001 From: ls-exxeta Date: Tue, 21 Jan 2025 07:40:36 +0100 Subject: [PATCH 1/3] Update help-im-behind-a-corporate-proxy.md Signed-off-by: ls-exxeta --- contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md index 56af70c3ae..131f31510c 100644 --- a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md +++ b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md @@ -41,7 +41,7 @@ There are however some ways to get this to work without too much effort. yarn start ``` - The default for `global-agent` is to have a prefix on the variable names, hence the need for specifying it twice. + The default for `global-agent` is to have a prefix on the variable names, hence the need for specifying it twice. For further information about https_proxy and no_proxy excludes see the global agent documentation https://github.com/gajus/global-agent. ## Configuration From 164298778d93767b6d3f72ce272908f94e126256 Mon Sep 17 00:00:00 2001 From: ls-exxeta Date: Tue, 21 Jan 2025 08:37:14 +0100 Subject: [PATCH 2/3] Update help-im-behind-a-corporate-proxy.md Signed-off-by: ls-exxeta --- contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md index 131f31510c..d366e92e4f 100644 --- a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md +++ b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md @@ -41,7 +41,7 @@ There are however some ways to get this to work without too much effort. yarn start ``` - The default for `global-agent` is to have a prefix on the variable names, hence the need for specifying it twice. For further information about https_proxy and no_proxy excludes see the global agent documentation https://github.com/gajus/global-agent. + The default for `global-agent` is to have a prefix on the variable names, hence the need for specifying it twice. For further information about https_proxy and no_proxy excludes see the global agent documentation https://github.com/gajus/global-agent and undici documentation https://github.com/nodejs/undici. ## Configuration From a88315ceb0f4428fdebc513eb1c37e333679e710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 21 Jan 2025 11:24:17 +0100 Subject: [PATCH 3/3] Update contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md index d366e92e4f..4852443ecf 100644 --- a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md +++ b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md @@ -41,7 +41,7 @@ There are however some ways to get this to work without too much effort. yarn start ``` - The default for `global-agent` is to have a prefix on the variable names, hence the need for specifying it twice. For further information about https_proxy and no_proxy excludes see the global agent documentation https://github.com/gajus/global-agent and undici documentation https://github.com/nodejs/undici. + The default for `global-agent` is to have a prefix on the variable names, hence the need for specifying it twice. For further information about `HTTP(S)_PROXY` and `NO_PROXY` excludes, see [the global-agent documentation](https://github.com/gajus/global-agent) and [undici documentation](https://github.com/nodejs/undici). ## Configuration