config/security: Allow proxy variables in subcommands

In particular for go get
This commit is contained in:
Mathieu Parent
2022-09-19 12:37:35 +02:00
committed by GitHub
parent c46d104985
commit 86653fa38e
3 changed files with 3 additions and 3 deletions

View File

@@ -1650,7 +1650,7 @@
"^postcss$"
],
"osEnv": [
"(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$"
"(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM)$"
]
},
"funcs": {