Skip to content

Commit 2042e7d

Browse files
authored
Update user.js
Disable (Windows-only) scheduled task which runs in the background to collect and submit data about the browser
1 parent c88022c commit 2042e7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

user.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ user_pref("browser.search.geoip.url", "");
3535
// Only send pings if send and receiving host match (same website).
3636
user_pref("browser.send_pings.require_same_host", true);
3737
// Disable telemetry
38-
user_pref("toolkit.telemetry.enabled", false);
38+
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

Comments
 (0)