mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 20:41:41 +02:00
proxy settings global and collection level
This commit is contained in:
parent
6dd6879e8f
commit
43c5b4cf53
@ -6,17 +6,6 @@ const { get } = require('lodash');
|
|||||||
* The preferences are stored in the electron store 'preferences.json'.
|
* The preferences are stored in the electron store 'preferences.json'.
|
||||||
* The electron process uses this module to get the preferences.
|
* The electron process uses this module to get the preferences.
|
||||||
*
|
*
|
||||||
* {
|
|
||||||
* preferences {
|
|
||||||
* request: {
|
|
||||||
* tlsVerification: boolean,
|
|
||||||
* cacert: String (yet not implemented in front end)
|
|
||||||
* }
|
|
||||||
* proxy: { (yet not implemented in front end)
|
|
||||||
* ...
|
|
||||||
* }
|
|
||||||
* }
|
|
||||||
* }
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const defaultPreferences = {
|
const defaultPreferences = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user