firefox: disable SERP events

This commit is contained in:
Vincent Bernat 2024-05-16 10:32:50 +02:00
parent 725ccfcc36
commit ad72179d7a

View file

@ -104,3 +104,7 @@ user_pref("browser.translations.panelShown", true);
// Enable userContent.css (disabled) // Enable userContent.css (disabled)
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", false); user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", false);
// Disable some telemetry stuff releated to search engines
user_pref("browser.search.serpEventTelemetry.enabled", false);
user_pref("browser.search.serpEventTelemetryCategorization.enabled", false);