This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Can you tell me why Firefox's mozilla.cfg file keeps disabling in-app updates?

  • 2 การตอบกลับ
  • 2 คนมีปัญหานี้
  • 2 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย ideato

more options

Firefox updates within the app keep disabling. Every once and awhile this happens and then we keep having to edit the mozilla.cfg and changing the following values: pref("app.update.auto", true); pref("app.update.enabled", true);

Is this from an update? What would be causing this file to be re-written to disable updates?

Thanks

Firefox updates within the app keep disabling. Every once and awhile this happens and then we keep having to edit the mozilla.cfg and changing the following values: pref("app.update.auto", true); pref("app.update.enabled", true); Is this from an update? What would be causing this file to be re-written to disable updates? Thanks

การตอบกลับทั้งหมด (2)

more options

Hi jboese,

If we cannot find the right solution here, you might have some more luck with the ESR mailing list that work with enterprise environments and mike kaply is also a great resource.

more options

Hi, try to lock the preferences

// Enable updater lockPref("app.update.enabled", true); // make sure it is on lockPref("app.update.auto", true); lockPref("app.update.mode", 0); lockPref("app.update.service.enabled", true);

http://kb.mozillazine.org/Locking_preferences


thank you