From 86653fa38eb43a5fabf7adc694c752ccb7721ffa Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Mon, 19 Sep 2022 12:37:35 +0200 Subject: config/security: Allow proxy variables in subcommands In particular for go get --- docs/data/docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/data/docs.json b/docs/data/docs.json index fe4efeb22..b41cb351d 100644 --- a/docs/data/docs.json +++ b/docs/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": { -- cgit v1.2.3