mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 15:44:13 +00:00
fix: honor OS-level PAC configuration in system proxy mode (#7766)
This commit is contained in:
14
tests/proxy/system-pac/init-user-data/preferences.json
Normal file
14
tests/proxy/system-pac/init-user-data/preferences.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"maximized": false,
|
||||
"lastOpenedCollections": ["{{projectRoot}}/tests/proxy/system-pac/fixtures/collection"],
|
||||
"preferences": {
|
||||
"onboarding": {
|
||||
"hasLaunchedBefore": true,
|
||||
"hasSeenWelcomeModal": true
|
||||
},
|
||||
"proxy": {
|
||||
"source": "inherit",
|
||||
"config": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user