搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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