Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

GPO vs Pref.js

  • 4 відповіді
  • 1 має цю проблему
  • 142 перегляди
  • Остання відповідь від Mike Kaply

more options

Hi,

We previously deployed Firefox ESR with auto update disabled. We were using the Pref.js file within %appdata%\Mozilla\Firefox\Profile\.. folder. We have now decided to move ahead with keeping the auto-update enabled and would like to leverage firefox admx templates. Within the GPO, we have enabled the below GPO settings:

Application.Autoupdate = Enabled browser.search.update = Enabled DisableUpdate = Disabled

However, the below auto update setting does not get enabled. I dont see any other GPO setting specific to it other than the ones I have listed above.

Use a background Service to install updates

Question: Does settings within pref.js takes precedence over GPO(s) or am I missing any additional GPO setting.

Any suggestions..

Hi, We previously deployed Firefox ESR with auto update disabled. We were using the Pref.js file within %appdata%\Mozilla\Firefox\Profile\.. folder. We have now decided to move ahead with keeping the auto-update enabled and would like to leverage firefox admx templates. Within the GPO, we have enabled the below GPO settings: '''Application.Autoupdate''' = Enabled '''browser.search.update''' = Enabled '''DisableUpdate''' = Disabled However, the below auto update setting does not get enabled. I dont see any other GPO setting specific to it other than the ones I have listed above. '''Use a background Service to install updates''' Question: Does settings within pref.js takes precedence over GPO(s) or am I missing any additional GPO setting. Any suggestions..

Обране рішення

Hi Mike,

Unfortunately, 'The background service should be enabled by default' is not the case. If you have an Pref.js file sitting under %appdata%\Mozilla\Firefox\Profile\.. folder with the below line within it, it appears to take precedence over the auto-update GPO settings I mentioned above, for this specific update setting under browser :(

user_pref("app.update.service.enabled", false);

Anyways, thank you for clarifying on Mozilla not having a specific GPO setting for this at the moment.

Читати цю відповідь у контексті 👍 0

Усі відповіді (4)

more options

See:

In Firefox 63+ you can check the about:policies#active page to see whether policies are active.

more options

The background service should be enabled by default. We currently don't have policy to manage that specifically.

more options

Вибране рішення

Hi Mike,

Unfortunately, 'The background service should be enabled by default' is not the case. If you have an Pref.js file sitting under %appdata%\Mozilla\Firefox\Profile\.. folder with the below line within it, it appears to take precedence over the auto-update GPO settings I mentioned above, for this specific update setting under browser :(

user_pref("app.update.service.enabled", false);

Anyways, thank you for clarifying on Mozilla not having a specific GPO setting for this at the moment.

Змінено DS

more options

> user_pref("app.update.service.enabled", false);

I guess someone unchecked it.

I'll look into adding a policy for this.