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 548e7aa62e
commit e119683383

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": {