Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

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

Saber mais

Can I set a password so others cannot install extensions on a public computer?

  • 2 respostas
  • 4 têm este problema
  • 1 visualização
  • Última resposta por cor-el

more options

I have been named the administrator of a computer lab for a non-profit. They have had problems with people installing various toolbars and other extensions in Firefox. I would like to block the installation of these either by setting a password or by some other means. Is there some way I can do this?

I have been named the administrator of a computer lab for a non-profit. They have had problems with people installing various toolbars and other extensions in Firefox. I would like to block the installation of these either by setting a password or by some other means. Is there some way I can do this?

Todas as respostas (2)

more options

Try installing the Public Fox add-on, then in its options, make sure that access to the add-ons window and about:config are protected. In the list of file extensions that you do not want to download, add "xpi". Also make sure that "exe" is blocked, as some extensions are added by running an external application.

The above should prevent extensions from being installed, but you can also make the following change to a hidden setting.

  1. Type about:config into the location bar and press enter
  2. Accept the warning message that appears, you will be taken to a list of preferences
  3. Locate the preference xpinstall.enabled and set its value to false by double-clicking on it.
more options

You can lock the above mentioned pref xpinstall.enabled

See http://kb.mozillazine.org/Locking_preferences

lockPref("xpinstall.enabled" ,false);