firefox: roll back old serach-config and update privacy settings.

This commit is contained in:
Luis Guzman 2024-07-19 16:45:34 +00:00
parent 69e3d6220c
commit 869086c720
3 changed files with 111 additions and 1 deletions

View file

@ -287,3 +287,10 @@ pref("app.normandy.api_url", "");
// Disable Adwaita theme by default.
pref("widget.gtk.libadwaita-colors.enabled", false);
// High level search data collection
defaultPref("browser.search.serpEventTelemetry.enabled",false);
// Disable Privacy-Preserving Attribution submition
pref("dom.private-attribution.submission.enabled", false);