Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

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

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

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

about:config preferences not changing (macOS)

  • 4 отговора
  • 2 имат този проблем
  • 4 изгледи
  • Последен отговор от cor-el

more options

Greetings,

I'm trying to change some of the settings in Firefox. This is on a Mac running FF 60.0.2. I've created the mozilla.cfg and autoconfig.js files and added them to the appropriate locations. However when I check in about:config there aren't any changes. For example in my mozilla.cfg file I have lockPref("app.update.enabled", false); but it's not showing as locked in about:config. And I have tried removing the Firefox and Mozilla folders in ~/Library/Application Support. Any suggestions?

Thanks

Greetings, I'm trying to change some of the settings in Firefox. This is on a Mac running FF 60.0.2. I've created the mozilla.cfg and autoconfig.js files and added them to the appropriate locations. However when I check in about:config there aren't any changes. For example in my mozilla.cfg file I have lockPref("app.update.enabled", false); but it's not showing as locked in about:config. And I have tried removing the Firefox and Mozilla folders in ~/Library/Application Support. Any suggestions? Thanks

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

Yes, both files need to start with a comment line (//) because this line is skipped for security reasons.

Прочетете този отговор в контекста 👍 1

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

more options

Did you create the files and then start Firefox? If you created the files while Firefox was running, they would be overwritten.

https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save

Note: Some software, like Advanced SystemCare with Surfing Protection, can protect files in the Firefox profile folder against changes. If you have such software then check the settings or uninstall this software.

more options

Can you post the locations of the files you used and possibly the full content of mozilla.cfg?

If there is an error in mozilla.cfg then you normally get an error message.


The local-settings.js file needs to be in:

  • /Applications/Firefox.app/Contents/Resources/defaults/pref

The mozilla.cfg file needs to be in:

  • /Applications/Firefox.app/Contents/Resources

See "Changes Over Time" -> "Mac Directory Change"

more options

I think I may have figured this out after going over this:

https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig

I changed my code to start at the second line and now the preferences appear to be locking.

more options

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

Yes, both files need to start with a comment line (//) because this line is skipped for security reasons.