firefox: increase update check interval

This commit is contained in:
Vincent Bernat 2022-09-10 15:41:48 +02:00
parent c7755c58e4
commit 402c8711eb

View file

@ -68,6 +68,7 @@ user_pref("network.trr.mode", 5);
// Disable auto-update // Disable auto-update
user_pref("app.update.auto", false); user_pref("app.update.auto", false);
user_pref("app.update.interval", 259200);
user_pref("beacon.enabled", false); user_pref("beacon.enabled", false);
// Disable annoying prompts // Disable annoying prompts