Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

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?

선택된 해결법

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.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (1)

more options

선택된 해결법

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.