disable auto updates from mozilla
This commit is contained in:
parent
df213283df
commit
25bd95f9e9
2 changed files with 52 additions and 20 deletions
11
pre-compile-patches/no-firefox-updates.patch
Normal file
11
pre-compile-patches/no-firefox-updates.patch
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue