搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

block add ons

  • 3 回覆
  • 1 有這個問題
  • 18 次檢視
  • 最近回覆由 Matt26

more options

hey all,

is there a way to block the download/install of add ons in Firefox via a registry change?

our company is looking to deploy Firefox for all users (via Microsoft SCCM), but we need to be able to block users from downloading/installing add ons.

I've looked at GPO options that allow Firefox to be managed from active directory, but they are third party tools that don't work natively in AD and aren't officially supported by Microsoft (as far as I know).

any help is greatly appreciated.

thanks!

hey all, is there a way to block the download/install of add ons in Firefox via a registry change? our company is looking to deploy Firefox for all users (via Microsoft SCCM), but we need to be able to block users from downloading/installing add ons. I've looked at GPO options that allow Firefox to be managed from active directory, but they are third party tools that don't work natively in AD and aren't officially supported by Microsoft (as far as I know). any help is greatly appreciated. thanks!

所有回覆 (3)

more options

Hello,

The following is a quick guide. For details, see the Locking Preferences article.

In <installation folder>\defaults\pref\local-settings.js


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

In <installation folder>\mozilla.cfg

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

more options
more options

thanks Gingerbread Man, that seems to have done the trick!

由 Matt26 於 修改