Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

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 trả lời
  • 1 gặp vấn đề này
  • 7 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (1)

more options

You can lock the related pref(s).

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

See: