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 c88022c commit 2042e7dCopy full SHA for 2042e7d
user.js
@@ -35,4 +35,6 @@ user_pref("browser.search.geoip.url", "");
35
// Only send pings if send and receiving host match (same website).
36
user_pref("browser.send_pings.require_same_host", true);
37
// Disable telemetry
38
-user_pref("toolkit.telemetry.enabled", false);
+user_pref("toolkit.telemetry.enabled", false);
39
+// Disable (Windows-only) scheduled task which runs in the background to collect and submit data about the browser
40
+user_pref("default-browser-agent", false);
0 commit comments