Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

block add ons

  • 3 답장
  • 1 이 문제를 만남
  • 17 보기
  • 최종 답변자: 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 수정일시