Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Can you tell me why Firefox's mozilla.cfg file keeps disabling in-app updates?

  • 2 respostas
  • 2 têm este problema
  • 2 visualizações
  • Última resposta de ideato

more options

Firefox updates within the app keep disabling. Every once and awhile this happens and then we keep having to edit the mozilla.cfg and changing the following values: pref("app.update.auto", true); pref("app.update.enabled", true);

Is this from an update? What would be causing this file to be re-written to disable updates?

Thanks

Firefox updates within the app keep disabling. Every once and awhile this happens and then we keep having to edit the mozilla.cfg and changing the following values: pref("app.update.auto", true); pref("app.update.enabled", true); Is this from an update? What would be causing this file to be re-written to disable updates? Thanks

Todas as respostas (2)

more options

Hi jboese,

If we cannot find the right solution here, you might have some more luck with the ESR mailing list that work with enterprise environments and mike kaply is also a great resource.

more options

Hi, try to lock the preferences

// Enable updater lockPref("app.update.enabled", true); // make sure it is on lockPref("app.update.auto", true); lockPref("app.update.mode", 0); lockPref("app.update.service.enabled", true);

http://kb.mozillazine.org/Locking_preferences


thank you