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!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

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

  • 1 Antwort
  • 1 hat dieses Problem
  • 7 Aufrufe
  • Letzte Antwort von 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

Alle Antworten (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.