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!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

GPO/Policies/Mozilla Preference

  • 3 respostas
  • 1 tem este problema
  • 26 visualizações
  • Última resposta por Mike Kaply

more options

I am implementing GPO settings on Firefox 62.0. I assume I dont need the ESR version since I did a test setting and it seems to work for modifying the homepage. Can someone confirm?

The other question i have is the ability to let a user install an approved extension. We want to block all extensions besides a list of trusted extensions. The settings in GPO doesn't seem to have this option. There is a setting to "allow add-on installs" but it doesn't let me choose which ones. If I disable "add-on installs" but add the url to the "Extensions to Install," it doesn't work.

If gpo doesn't have this ability, I could use policies.json but i am currently using mozilla.cfg to block addons, lockPref("xpinstall.enabled", false); Can firefox work with both policies.json and mozilla.cfg?

In the end, I don't care which one i use, as long as i can block all extensions and only allow a trusted list of extensions to be installed. I also don't want trusted extensions installed for everyone, just whoever wants it.

Thanks

I am implementing GPO settings on Firefox 62.0. I assume I dont need the ESR version since I did a test setting and it seems to work for modifying the homepage. Can someone confirm? The other question i have is the ability to let a user install an approved extension. We want to block all extensions besides a list of trusted extensions. The settings in GPO doesn't seem to have this option. There is a setting to "allow add-on installs" but it doesn't let me choose which ones. If I disable "add-on installs" but add the url to the "Extensions to Install," it doesn't work. If gpo doesn't have this ability, I could use policies.json but i am currently using mozilla.cfg to block addons, lockPref("xpinstall.enabled", false); Can firefox work with both policies.json and mozilla.cfg? In the end, I don't care which one i use, as long as i can block all extensions and only allow a trusted list of extensions to be installed. I also don't want trusted extensions installed for everyone, just whoever wants it. Thanks

Todas as respostas (3)

more options

> I am implementing GPO settings on Firefox 62.0. I assume I dont need the ESR version since I did a test setting and it seems to work for modifying the homepage. Can someone confirm?

Kind of. With 62, we were going to make it a machine policy but we accidentally made it work with user/machine. In 63, it will be machine only.

I'll look into your other problem with disabling addon installs and allowing particular extensions. That should work.

Setting the default for extensions to not install is the same as setting xpinstall.enabled to false, so you shouldn't need both.

more options

We've opened a bug to address this.

https://bugzilla.mozilla.org/show_bug.cgi?id=1498745

We'll also be working on whitelisting addons.