From 4af120f03f641a3189db3a35ba0288f473058d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9lanie=20Chauvel?= Date: Wed, 22 Apr 2020 12:38:25 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20disable=20data=20reporting=20and=20?= =?UTF-8?q?=E2=80=9CChoose=20what=20I=20share=E2=80=9D=20notification=20(#?= =?UTF-8?q?1883)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/firefox/preferences.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/firefox/preferences.js b/src/firefox/preferences.js index b93887d7ab..83f1153cf8 100644 --- a/src/firefox/preferences.js +++ b/src/firefox/preferences.js @@ -23,6 +23,11 @@ const prefsCommon: FirefoxPreferences = { // Allow debug output via dump to be printed to the system console 'browser.dom.window.dump.enabled': true, + // From: + // https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/internals/preferences.html#data-choices-notification + // This is the data submission master kill switch. If disabled, no policy is shown or upload takes place, ever. + 'datareporting.policy.dataSubmissionEnabled': false, + // Allow remote connections to the debugger. 'devtools.debugger.remote-enabled': true, // Disable the prompt for allowing connections.