From e11968338340b86cce616762b1596da88c5e93a5 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Mon, 19 Sep 2022 12:37:35 +0200 Subject: [PATCH] config/security: Allow proxy variables in subcommands In particular for go get --- data/docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/docs.json b/data/docs.json index fe4efeb22..b41cb351d 100644 --- a/data/docs.json +++ b/data/docs.json @@ -1650,7 +1650,7 @@ "^postcss$" ], "osEnv": [ - "(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$" + "(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM)$" ] }, "funcs": {