Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is there a list of preferences that can be set with autoconfig?

  • 3 replies
  • 1 has this problem
  • 173 views
  • Last reply by Jay Duff

more options

I am trying to set up all the preferences (home page, show the home icon, show the printer icon, set search engine to google, save to the desktop, etc) on the Mac version of FF 60. I have the autoconfig.js set correctly, as it is recognizing and trusting our local certificate authority.

I also have the policies.json working nicely, and there is a very handy list of all possible settings, on github (https://github.com/mozilla/policy-templates/blob/master/README.md).

I can't seem a similar list for preferences that can be set with autoconfig's javascript files. Google has some stale links, from 14 years ago, but those aren't helping me. This seems to be a major gap in documentation. Please help!

I am trying to set up all the preferences (home page, show the home icon, show the printer icon, set search engine to google, save to the desktop, etc) on the Mac version of FF 60. I have the autoconfig.js set correctly, as it is recognizing and trusting our local certificate authority. I also have the policies.json working nicely, and there is a very handy list of all possible settings, on github (https://github.com/mozilla/policy-templates/blob/master/README.md). I can't seem a similar list for preferences that can be set with autoconfig's javascript files. Google has some stale links, from 14 years ago, but those aren't helping me. This seems to be a major gap in documentation. Please help!

Chosen solution

There are way too many prefs and not all of them appear on the about:config page when they have the default value (i.e are hidden prefs that have a default as set in the Firefox source code).

What features are you interested in?

You can read the comments in the source code for prefs that appear by default on the about:config page.

Note that there are platform differences.

Read this answer in context 👍 1

All Replies (3)

more options

Hi, you are not mentioning how many systems you are trying to do.

You also may want to be running the esr version of Firefox instead. Also group policies would work for you if running multiple systems.

You may want to find out more information for the Enterprise Version :

Should start here with some info :

So ya please decide if changing direction of version of Firefox and if going the usserChrome or another way as well as what you have mentioned and group policy.

more options

Chosen Solution

There are way too many prefs and not all of them appear on the about:config page when they have the default value (i.e are hidden prefs that have a default as set in the Firefox source code).

What features are you interested in?

You can read the comments in the source code for prefs that appear by default on the about:config page.

Note that there are platform differences.

more options

cor-el said

There are way too many prefs and not all of them appear on the about:config page when they have the default value (i.e are hidden prefs that have a default as set in the Firefox source code). What features are you interested in? You can read the comments in the source code for prefs that appear by default on the about:config page. Note that there are platform differences.

AH! So, any of the preferences in about:config can be set in autoconfig.js? So, if I use CCK2 on FFv52 ESR to generate those settings, I can modify one of the .cfg files to add any prefs I see in about:config.

I think I can work with that!

Big help from both of you - thanks!