Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

about:config preferences not changing (macOS)

  • 4 antwoorden
  • 2 hebben dit probleem
  • 4 weergaven
  • Laatste antwoord van 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

Gekozen oplossing

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

Dit antwoord in context lezen 👍 1

Alle antwoorden (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

Gekozen oplossing

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