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

mozilla.cfg not working

  • 5 Antworten
  • 1 hat dieses Problem
  • 1 Aufruf
  • Letzte Antwort von cor-el

more options

Hello I have problems with my mozilla.cfg and autoconfig.js it looks like the .cfg does not work if i login with another windows user path: mozilla.cfg: C:\Program Files\Mozilla Firefox path: autoconfig.js : C:\Program Files\Mozilla Firefox\defaults\pref

what is wrong ?

Thanks

Hello I have problems with my mozilla.cfg and autoconfig.js it looks like the .cfg does not work if i login with another windows user path: mozilla.cfg: C:\Program Files\Mozilla Firefox path: autoconfig.js : C:\Program Files\Mozilla Firefox\defaults\pref what is wrong ? Thanks
Angefügte Screenshots

Ausgewählte Lösung

Note that the first two pref() lines in your mozilla.cfg file should be in your autoconfig.js file in defaults\pref folder.

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

autoconfig.js needs to use Unix line endings (LF instead of CR/LF). See also:

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (5)

more options

It looks like your files are probably saved as .txt files instead of the correct file extension. For example, since Microsoft Notepad says the file is called mozilla.cfg in the title bar, it's actually called mozilla.cfg.txt.

When you save a file with Microsoft Notepad, it will automatically save them as a .txt, even if you specify the extension, unless you save the file type as All files.

It's often hard to notice this, since Windows automatically hides the file extension unless you go to View in the Windows File Explorer and check File name extensions.

Remove the .txt file extensions and you should be fine.

Hope this helps.

more options

Ausgewählte Lösung

Note that the first two pref() lines in your mozilla.cfg file should be in your autoconfig.js file in defaults\pref folder.

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

autoconfig.js needs to use Unix line endings (LF instead of CR/LF). See also:

Geändert am von cor-el

more options

the problem was the user profile in windows, not the config from mozilla, thanks

more options

Hello again

Today I installed Firefox 76 x64 with a new Windows 10 1909 18363

my mozilla.cfg is the same as at the beginning of this tread but the mozilla.cfg does not work if I test with general.config.filename and general.config.obscure_value I see the entrys check my attachments...

what is wrong ? Thanks

more options

You need this content in the autoconfig.js file that is placed in the "defaults\pref" directory where the channel-prefs.js file is located.

//
pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0);
pref("general.config.sandbox_enabled", false);
  • autoconfig.cfg and autoconfig.js need to start with a comment line (//)
  • autoconfig.js needs to use Unix line endings (LF instead of CR/LF)

See also: