From 7ea27382e5334b394e98fa669de4a3b0be851c9d Mon Sep 17 00:00:00 2001 From: Geoff Lankow Date: Thu, 14 Jul 2022 15:12:52 +1200 Subject: [PATCH] Bug 1779524 - Port bug 1764348 - Add pref devtools.browserconsole.enableNetworkMonitoring. r=#thunderbird-reviewers,mkmelin Differential Revision: https://phabricator.services.mozilla.com/D151793 --HG-- extra : rebase_source : 0068eec0b7584b60dfcbea4d100f205c9f9fdf15 extra : amend_source : de6bc44ec679be92ddfd8d7a722f01b34efd6851 --- mail/app/profile/all-thunderbird.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js index 58dca92b84..60b7d19f57 100644 --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -1178,6 +1178,9 @@ pref("devtools.webconsole.groupWarningMessages", true); // Saved state of the Display content messages checkbox in the browser console. pref("devtools.browserconsole.contentMessages", true); +// Enable network monitoring the browser toolbox console/browser console. +pref("devtools.browserconsole.enableNetworkMonitoring", false); + // Enable client-side mapping service for source maps pref("devtools.source-map.client-service.enabled", true);