Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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

  • 1 отговор
  • 5 имат този проблем
  • 10 изгледи
  • Последен отговор от 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);

Избрано решение

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

// file needs to start with a comment line
lockPref("security.enterprise_roots.enabled", true);
Прочетете този отговор в контекста 👍 1

Всички отговори (1)

more options

Избрано решение

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

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