mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +02:00
firefox: reenable beacon.enabled
This commit is contained in:
parent
01893912ba
commit
bf7ed44e0b
1 changed files with 3 additions and 1 deletions
|
@ -82,7 +82,9 @@ user_pref("network.trr.mode", 5);
|
|||
// Disable auto-update
|
||||
user_pref("app.update.auto", false);
|
||||
user_pref("app.update.interval", 259200);
|
||||
user_pref("beacon.enabled", false);
|
||||
|
||||
// Let beacon enabled. This is disabled by uBlock Origin.
|
||||
user_pref("beacon.enabled", true);
|
||||
|
||||
// Disable annoying prompts
|
||||
user_pref("browser.aboutConfig.showWarning", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue