Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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.