Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

block add ons

  • 3 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 25 gösterim
  • Son yanıtı yazan: 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!

Tüm Yanıtlar (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 tarafından tarihinde düzenlendi