Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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

  • 5 ответов
  • 3 имеют эту проблему
  • 97 просмотров
  • Последний ответ от cor-el

more options

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.

Прочитайте этот ответ в контексте 👍 0

Все ответы (5)

more options

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.

more options

how to apply this to Group policy

more options

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

more options

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

more options

Выбранное решение

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