Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Caută ajutor

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.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

Failed to read the configuration file. Please contact your system administrator after edit the mozilla.cfg

  • 1 răspuns
  • 5 au această problemă
  • 8 vizualizări
  • Ultimul răspuns de cor-el

more options

I am installing 57.0.4 32 bit and I have edited the mozilla.cfg to include below string. When i save the mozilla.cfg file and open firefox again, i am getting error Failed to read the configuration file. Please contact your system administrator. When i remove below string, firefox open as normal. Is there anything else that i need to edit to make sure below string can be use and firefox can open as normal?

lockPref(“security.enterprise_roots.enabled”, true);

I am installing 57.0.4 32 bit and I have edited the mozilla.cfg to include below string. When i save the mozilla.cfg file and open firefox again, i am getting error Failed to read the configuration file. Please contact your system administrator. When i remove below string, firefox open as normal. Is there anything else that i need to edit to make sure below string can be use and firefox can open as normal? lockPref(“security.enterprise_roots.enabled”, true);

Soluție aleasă

You need to use normal quotes (") and not Unicode quotes (“)

// file needs to start with a comment line
lockPref("security.enterprise_roots.enabled", true);
Citește acest răspuns în context 👍 1

Toate răspunsurile (1)

more options

Soluție aleasă

You need to use normal quotes (") and not Unicode quotes (“)

// file needs to start with a comment line
lockPref("security.enterprise_roots.enabled", true);