Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

Why does pref app.update.auto take no effect in custom cfg file?

  • 1 trả lời
  • 1 gặp vấn đề này
  • 47 lượt xem
  • Trả lời mới nhất được viết bởi Wesley Branton

more options

Every six months we update firefox to the newest ESR version in our company. Last we did this in December 2019, and now users are complaining that firefox wants to install updates, which requieres admin privileges. To prevent this, we set up the following in a custom cfg file:

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

But now this setup takes no effect anymore (Neither the preference itself, nor that it should actually be locked). The firefox settings seem to ignore this, for there is absolutely no restriction. Other settings get applied, only the update policy is changeable to whatever the users want.

Am I missing something?

Every six months we update firefox to the newest ESR version in our company. Last we did this in December 2019, and now users are complaining that firefox wants to install updates, which requieres admin privileges. To prevent this, we set up the following in a custom cfg file: lockPref("app.update.auto", false); lockPref("app.update.enabled", false); But now this setup takes no effect anymore (Neither the preference itself, nor that it should actually be locked). The firefox settings seem to ignore this, for there is absolutely no restriction. Other settings get applied, only the update policy is changeable to whatever the users want. Am I missing something?

Giải pháp được chọn

The update options were removed from the Firefox preferences like app.update.enabled were removed from Firefox 63 and no longer do anything.

If you want to disable updates on Firefox, you need to use the DisableAppUpdate policy either with a policies.json file or Group Policy (Windows only).

Hope this helps.

Đọc câu trả lời này trong ngữ cảnh 👍 0

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

more options

Giải pháp được chọn

The update options were removed from the Firefox preferences like app.update.enabled were removed from Firefox 63 and no longer do anything.

If you want to disable updates on Firefox, you need to use the DisableAppUpdate policy either with a policies.json file or Group Policy (Windows only).

Hope this helps.