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!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 1 réponse
  • 1 a ce problème
  • 7 vues
  • Dernière réponse par 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

Toutes les réponses (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.