change 'proxy-env' default to 'true'
This commit is contained in:
@@ -609,7 +609,7 @@ extractor.*.proxy-env
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
``true``
|
||||
Description
|
||||
Collect proxy configuration information from environment variables
|
||||
(``HTTP_PROXY``, ``HTTPS_PROXY``, ``NO_PROXY``)
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"tls12" : true,
|
||||
"browser" : null,
|
||||
"proxy" : null,
|
||||
"proxy-env" : false,
|
||||
"proxy-env" : true,
|
||||
"source-address": null,
|
||||
"retries" : 4,
|
||||
"retry-codes" : [],
|
||||
|
||||
Reference in New Issue
Block a user