From 43c5b4cf53f2aac30b6d3a191aaa01780c56548c Mon Sep 17 00:00:00 2001 From: Mirko Golze Date: Sun, 15 Oct 2023 20:30:13 +0200 Subject: [PATCH] proxy settings global and collection level --- packages/bruno-electron/src/store/preferences.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/bruno-electron/src/store/preferences.js b/packages/bruno-electron/src/store/preferences.js index 93fa3b80..ae462f64 100644 --- a/packages/bruno-electron/src/store/preferences.js +++ b/packages/bruno-electron/src/store/preferences.js @@ -6,17 +6,6 @@ const { get } = require('lodash'); * The preferences are stored in the electron store 'preferences.json'. * 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 = {