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”.

Learn More

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

Is there a way to set a policy to only allow approved plugins or addons to be installed?

  • 2 respostas
  • 1 tem este problema
  • 2 visualizações
  • Última resposta de cor-el

more options

I would like to control the use of addons and plugins in firefox in my company. I do not want employees to install addons and plugins unless they are on a white-list that the IT department has reviewed and approved.

I would like to control the use of addons and plugins in firefox in my company. I do not want employees to install addons and plugins unless they are on a white-list that the IT department has reviewed and approved.

Todas as respostas (2)

more options

Do you have a local server where you can "host" the approved add-0ns? Then you can block the download / installation of add-ons from everywhere except for that local server.

more options

You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify default values.

Place a file local-settings.js in the defaults\pref folder to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");

See:

You can prevent users from installing extension via this pref:

//
lockPref("xpinstall.enabled" ,false);