Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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

  • 1 תגובה
  • 5 have this problem
  • 3 views
  • תגובה אחרונה מאת 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);
Read this answer in context 👍 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);