Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 1 antwurd
  • 5 hawwe dit probleem
  • 8 werjeftes
  • Lêste antwurd fan 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);

Keazen oplossing

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

// file needs to start with a comment line
lockPref("security.enterprise_roots.enabled", true);
Dit antwurd yn kontekst lêze 👍 1

Alle antwurden (1)

more options

Keazen oplossing

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

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