We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b2804 commit 4af120fCopy full SHA for 4af120f
src/firefox/preferences.js
@@ -23,6 +23,11 @@ const prefsCommon: FirefoxPreferences = {
23
// Allow debug output via dump to be printed to the system console
24
'browser.dom.window.dump.enabled': true,
25
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
+
31
// Allow remote connections to the debugger.
32
'devtools.debugger.remote-enabled': true,
33
// Disable the prompt for allowing connections.
0 commit comments