This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ค้นหาฝ่ายสนับสนุน

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.

เรียนรู้เพิ่มเติม

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

  • 2 การตอบกลับ
  • 1 คนมีปัญหานี้
  • 2 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย 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.

การตอบกลับทั้งหมด (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);