Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

block add ons

  • 3 odpowiedzi
  • 1 osoba ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od 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!

Wszystkie odpowiedzi (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!

Zmodyfikowany przez Matt26 w dniu