mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
fix: honor OS-level PAC configuration in system proxy mode (#7766)
This commit is contained in:
@@ -3,20 +3,28 @@
|
||||
"name": "bruno-testbench",
|
||||
"type": "collection",
|
||||
"proxy": {
|
||||
"enabled": false,
|
||||
"protocol": "http",
|
||||
"hostname": "{{proxyHostname}}",
|
||||
"port": 4000,
|
||||
"auth": {
|
||||
"enabled": false,
|
||||
"username": "anoop",
|
||||
"password": "password"
|
||||
},
|
||||
"bypassProxy": ""
|
||||
"inherit": true,
|
||||
"config": {
|
||||
"protocol": "http",
|
||||
"hostname": "{{proxyHostname}}",
|
||||
"port": 4000,
|
||||
"auth": {
|
||||
"username": "anoop",
|
||||
"password": "password",
|
||||
"disabled": true
|
||||
},
|
||||
"bypassProxy": ""
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"moduleWhitelist": ["crypto", "buffer", "form-data"],
|
||||
"additionalContextRoots": ["../additional-context-root-lib"]
|
||||
"moduleWhitelist": [
|
||||
"crypto",
|
||||
"buffer",
|
||||
"form-data"
|
||||
],
|
||||
"additionalContextRoots": [
|
||||
"../additional-context-root-lib"
|
||||
]
|
||||
},
|
||||
"clientCertificates": {
|
||||
"enabled": true,
|
||||
|
||||
Reference in New Issue
Block a user