1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

SERP Telemetry

This commit is contained in:
Hal
2024-05-17 17:07:59 -04:00
committed by GitHub
parent 91e69b61ff
commit 847ba04322
+5
View File
@@ -1356,6 +1356,11 @@ user_pref("network.connectivity-service.enabled", false);
// [2] https://github.com/arkenfox/user.js/issues/791 // [2] https://github.com/arkenfox/user.js/issues/791
//user_pref("corroborator.enabled", false); //user_pref("corroborator.enabled", false);
// PREF: SERP Telemetry [FF125+]
// [1] https://blog.mozilla.org/en/products/firefox/firefox-search-update/
user_pref("browser.search.serpEventTelemetry.enabled", false);
user_pref("browser.search.serpEventTelemetryCategorization.enabled", false);
// PREF: assorted telemetry // PREF: assorted telemetry
// [NOTE] Shouldn't be needed for user.js, but browser forks // [NOTE] Shouldn't be needed for user.js, but browser forks
// may want to disable these prefs. // may want to disable these prefs.