搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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 人有此问题
  • 1 次查看
  • 最后回复者为 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: