disable auto updates from mozilla

This commit is contained in:
partisan 2024-12-15 13:57:32 +01:00
parent df213283df
commit 25bd95f9e9
2 changed files with 52 additions and 20 deletions

View file

@ -0,0 +1,11 @@
t:pref
i:/browser/app/profile/firefox.js
o:/browser/app/profile/firefox.js
+lockPref("app.update.auto", false); // Disable automatic updates
+lockPref("app.update.enabled", false); // Disable update checking
+lockPref("app.update.service.enabled", false); // Disable update service
+defaultPref("app.update.background.scheduling.enabled", false);
+lockPref("app.update.silent", false); // Disable silent updates
+lockPref("app.update.staging.enabled", false); // Disable update staging
+lockPref("app.update.backgroundErrors", 0); // Reset background error counter