当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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);