חיפוש בתמיכה

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

מידע נוסף

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

  • 3 תגובות
  • 1 has this problem
  • 17 views
  • תגובה אחרונה מאת 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!

פתרון נבחר

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

כל התגובות (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

פתרון נבחר

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!