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

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

Learn More

How to disable access to proxy settings

  • 3 ответа
  • 19 имеют эту проблему
  • 952 просмотра
  • Последний ответ от Drfosters

more options

I need to enable the proxy on my network and disable users from changing the settings, is there any way to do this in Mozilla?

Thank you for your help.

I need to enable the proxy on my network and disable users from changing the settings, is there any way to do this in Mozilla? Thank you for your help.

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

Hi,

Please see this.

The settings you may want to lock are network.proxy.http and network.proxy.http_port or network.proxy.autoconfig_url

...............................................................................................................................

Useful links:

All about Tools > Options

Going beyond Tools > Options - about:config

about:config Entries

What's That Preference? add-on - Quickly decode about:config entries - After installation, go inside about:config, right-click any preference, enable (tick) MozillaZine Results to Panel and again right-click a pref and choose MozillaZine Reference to begin with.

Keyboard Shortcuts

Firefox Profile Folder & Files

Safe Mode

Problematic Extensions/Add-ons

Troubleshooting Extensions and Themes

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

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

more options

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

Hi,

Please see this.

The settings you may want to lock are network.proxy.http and network.proxy.http_port or network.proxy.autoconfig_url

...............................................................................................................................

Useful links:

All about Tools > Options

Going beyond Tools > Options - about:config

about:config Entries

What's That Preference? add-on - Quickly decode about:config entries - After installation, go inside about:config, right-click any preference, enable (tick) MozillaZine Results to Panel and again right-click a pref and choose MozillaZine Reference to begin with.

Keyboard Shortcuts

Firefox Profile Folder & Files

Safe Mode

Problematic Extensions/Add-ons

Troubleshooting Extensions and Themes

more options

Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify 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:

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
more options

Got it! Thanks for all your help!!!

Изменено Drfosters