Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

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

how to force add automatic proxy configuration URL using windows group policy

  • 5 பதிலளிப்புகள்
  • 3 இந்த பிரச்னைகள் உள்ளது
  • 38 views
  • Last reply by cor-el

I had a Pac address published by group policy and I want to publish to Firefox to all client machines.

I had a Pac address published by group policy and I want to publish to Firefox to all client machines.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You can try to contact Mike Kaply to see if he has a suggestion on how to proceed on this.

Read this answer in context 👍 0

All Replies (5)

You can use a mozilla.cfg file in the Firefox program folder to lock prefs or to specify new (default) 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:

These functions can be used in the mozilla.cfg file:

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

See also:

Autoconfig files are JavaScript files that have full access to all components of Firefox.

Maybe this extension will help (created by the above mentioned Mike Kaply).

sorry this tools didn't solve the problem I want to add Pac file setting for Firefox to all user in my company. what's the relation by this plugins?

Regards Ahmed

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You can try to contact Mike Kaply to see if he has a suggestion on how to proceed on this.