Skip to content

Commit

Permalink
feat: disable data reporting and “Choose what I share” notification (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ariasuni authored Apr 22, 2020
1 parent b1b2804 commit 4af120f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/firefox/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4af120f

Please sign in to comment.