Patcher/pre-compile-patches/no-firefox-updates.patch

11 lines
565 B
Diff
Raw Normal View History

2024-12-15 13:57:32 +01:00
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