Mozilla 도움말 검색

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

Learn More

firefox and citrix

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

more options

Hi,

In the older version of FF you used to have aan all.js where it was possible to force proxy settings for all users in an Citrix envioronment. In the latest version I can't find this all.js, so I wonder what to do to make sure that every user uses the sam proxy setting.

Many thanks in advance.

Hi, In the older version of FF you used to have aan all.js where it was possible to force proxy settings for all users in an Citrix envioronment. In the latest version I can't find this all.js, so I wonder what to do to make sure that every user uses the sam proxy setting. Many thanks in advance.

모든 댓글 (1)

more options

You can use a mozilla.cfg file to lock prefs or specify default values.
You can place a file local-settings.js in the defaults\pref folder to specify using mozilla.cfg.

You can use these functions in mozilla.cfg:

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

See: