搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Is it possible to diable the automatic update feature and prevent it being re-enabled from the preferences dialog by editing a config file?

  • 1 回覆
  • 1 有這個問題
  • 5 次檢視
  • 最近回覆由 cor-el

more options

Id like to do a custom version of FF for our machines (Linux based) which prevents the auto update mechanism working and prevents the user re-enabling it. Any updates would be done by the Linux .deb package management system.

Is there a way to do with by editing the config files of the default binary version or do I need to build my own from source?

Id like to do a custom version of FF for our machines (Linux based) which prevents the auto update mechanism working and prevents the user re-enabling it. Any updates would be done by the Linux .deb package management system. Is there a way to do with by editing the config files of the default binary version or do I need to build my own from source?

所有回覆 (1)

more options

You can lock the related pref(s).

lockPref("app.update.auto", false);
lockPref("app.update.enabled", false);

See: