firefox-privacy: Disable Firefox search ads

This commit is contained in:
Dylan Araps 2021-10-08 07:41:50 +03:00
parent 27980cfab0
commit 46c9ec79b9
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
3 changed files with 9 additions and 2 deletions

View File

@ -1,2 +1,2 @@
dcf5df850fc8b361f58817f0245ec79c7bb120433cc366b574ee8815d8adf4fa
51b7be0fa7c54ae4d1b212908d2f35a3e69365b1c07509b1b389843992cc3058
593342d390cb5589a4d0b5dce6d86e61f6e67cafe63672a1cc340370de0e687e

View File

@ -321,6 +321,13 @@ pref("browser.taskbar.lists.recent.enabled", false);
pref("browser.taskbar.lists.tasks.enabled", false);
pref("browser.taskbar.previews.enable", false);
// Disable search bar ad suggestions.
// https://support.mozilla.org/en-US/kb/navigate-web-faster-firefox-suggest#w_contextual-suggestions
pref("browser.region.network.url", "");
pref("browser.region.update.enabled", false);
pref("browser.region.network.scan", false);
pref("browser.region.log", false);
//
// PASSWORDS
//

View File

@ -1 +1 @@
1.0 4
1.0 5