Mozilla 도움말 검색

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

Learn More

locking down firefox in a corporate environment

  • 3 답장
  • 1 이 문제를 만남
  • 1217 보기
  • 최종 답변자: cor-el

more options

Hello all, I would like to set a default webpage and set a proxy setting globally for Our Firefox users. I tried a couple of the firefox group policy add-on. One worked then stopped working (buggy) The other one worked well but ff was just a small part of the program so they would not sell just the ff gpo add on. so I am thinking is there a script or another program or something you firefox gurus can recommended and use something that can be used in a enterprise environment?

Hello all, I would like to set a default webpage and set a proxy setting globally for Our Firefox users. I tried a couple of the firefox group policy add-on. One worked then stopped working (buggy) The other one worked well but ff was just a small part of the program so they would not sell just the ff gpo add on. so I am thinking is there a script or another program or something you firefox gurus can recommended and use something that can be used in a enterprise environment?

모든 댓글 (3)

more options

You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.

Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0); // use this to disable the byte-shift

See:

You can use these functions in mozilla.cfg:

defaultPref();  // set new default value
pref();         // set pref, but allow changes in current session
lockPref();     // lock pref, disallow changes

more options

so how do I deploy it, is it a script or a program or a group policy add-on?

more options