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!

חיפוש בתמיכה

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

מידע נוסף

How to roll out proxy configuration url?

  • 1 תגובה
  • 4 have this problem
  • 3 views
  • תגובה אחרונה מאת cor-el

more options

I would like to roll out the "proxy auto-configuration url" setting on our entire network, via login script. With other Browsers it was easy enough to roll-out a *.reg file adjusting the browsers registry section on every client, but I can't find the pendant for firefox. I read in some forums, that these settings are stored in prefs.js, but couldn't work out a way to distribute that over our network as easy as the .reg files.

I would like to roll out the "proxy auto-configuration url" setting on our entire network, via login script. With other Browsers it was easy enough to roll-out a *.reg file adjusting the browsers registry section on every client, but I can't find the pendant for firefox. I read in some forums, that these settings are stored in prefs.js, but couldn't work out a way to distribute that over our network as easy as the .reg files.

כל התגובות (1)

more options

A possibility is to use a mozilla.cfg file in the Firefox program folder to set new default values for prefs or lock the prefs to specific values.

Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0); // use this to disable the byte-shift

See:

You can use these functions in mozilla.cfg:

defaultPref();  // set new default value
pref();         // set pref, but allow changes in current session
lockPref();     // lock pref, disallow changes