Skip to content

Commit 4af120f

Browse files
authored
feat: disable data reporting and “Choose what I share” notification (#1883)
1 parent b1b2804 commit 4af120f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/firefox/preferences.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ const prefsCommon: FirefoxPreferences = {
2323
// Allow debug output via dump to be printed to the system console
2424
'browser.dom.window.dump.enabled': true,
2525

26+
// From:
27+
// https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/internals/preferences.html#data-choices-notification
28+
// This is the data submission master kill switch. If disabled, no policy is shown or upload takes place, ever.
29+
'datareporting.policy.dataSubmissionEnabled': false,
30+
2631
// Allow remote connections to the debugger.
2732
'devtools.debugger.remote-enabled': true,
2833
// Disable the prompt for allowing connections.

0 commit comments

Comments
 (0)