搜索 | 用户支持

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

Learn More

How can set the path to config-file mozilla.cfg on local disk or on lan?

  • 1 个回答
  • 1 人有此问题
  • 7 次查看
  • 最后回复者为 dumdidadida

more options

I use autoconf.js in path .../Mozilla Firefox/defaults/pref/ with

pref("general.config.obscure_value", 0); pref("general.config.filename","mozilla.cfg");

But i want to use lan or local path for mozilla.cfg. Like this "D:/mozilla.cfg" etc.

When i start firefox with this autoconf.js

pref("general.config.obscure_value", 0); pref("general.config.filename","C:/Program Files/Mozilla Firefox/defaults/pref/mozilla.cfg");

It returns error with mozilla.cfg

I use autoconf.js in path .../Mozilla Firefox/defaults/pref/ with pref("general.config.obscure_value", 0); pref("general.config.filename","mozilla.cfg"); But i want to use lan or local path for mozilla.cfg. Like this "D:/mozilla.cfg" etc. When i start firefox with this autoconf.js pref("general.config.obscure_value", 0); pref("general.config.filename","C:/Program Files/Mozilla Firefox/defaults/pref/mozilla.cfg"); It returns error with mozilla.cfg

所有回复 (1)

more options

Hi,

You don't have to set the path. Please see this. mozilla.cfg has to be placed in the Firefox installation directory, and local-settings.js inside installation directory\defaults\pref. If you are running Firefox on a LAN from a single installation then this needs to be done only on the PC where Firefox is installed.