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);