[common] restore using environment proxies by default (#6553, #6609)

change 'proxy-env' default to 'true'
This commit is contained in:
Mike Fährmann
2024-12-06 20:50:55 +01:00
parent 34e157e166
commit 7091904b20
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
"tls12" : true,
"browser" : null,
"proxy" : null,
"proxy-env" : false,
"proxy-env" : true,
"source-address": null,
"retries" : 4,
"retry-codes" : [],