본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

Is there any method of telling the software to look at a network location for the mozilla.cfg

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

more options

I run in a locked down environment, and I would like to know if there is a way to have a central mozilla.cfg file stored on a network location. This is for ease of management. I know you can obviously push out a mozilla.cfg to the normal location via log in script but I have a need to have the file redirected to a network location. TIA.

I run in a locked down environment, and I would like to know if there is a way to have a central mozilla.cfg file stored on a network location. This is for ease of management. I know you can obviously push out a mozilla.cfg to the normal location via log in script but I have a need to have the file redirected to a network location. TIA.

글쓴이 spiderrinaldi 수정일시

모든 댓글 (5)

more options

hello, according to some internet entries you can load a configuration file on a server through this line in the mozilla.cfg set up in the program folder:

lockPref("autoadmin.global_config_url", "http://example.com/mozilla.cfg");

more options

It would need to point to a static drive letter. Can I use something like lockPref("autoadmin.global_config_url", "file://F:/firefox/mozilla.cfg"); ?

more options

just tested it & this works for me - but only when i kept the first line in the.cfg file empty (edit: referring to the mozilla.cfg, that is situated in the program folder):

lockPref("autoadmin.global_config_url", "file:///F:/firefox/mozilla.cfg");

글쓴이 philipp 수정일시

more options

hey there.

both methodes dont work :/

i want to store the mozilla.cfg file on a network server..

lockPref("autoadmin.global_config_url", "file:///F:/firefox/mozilla.cfg"); and lockPref("autoadmin.global_config_url", "http://example.com/mozilla.cfg");

didnt work.. i dont lockdown the proxy settings on the clients.. please help me i search since 1 week :/

greetz Marsich

글쓴이 marsich 수정일시

more options