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!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 2 个回答
  • 4 人有此问题
  • 1 次查看
  • 最后回复者为 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?

所有回复 (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);