Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

How do I set and restrict proxy settings in FireFox 10.x for an enterprise wide rollout on Windows 7

  • 1 одговор
  • 2 имају овај проблем
  • 1 преглед
  • Последњи одговор послао cor-el

more options

How do I set and restrict proxy settings in Firefox 10.x for an enterprise wide rollout on Windows 7

How do I set and restrict proxy settings in Firefox 10.x for an enterprise wide rollout on Windows 7

Сви одговори (1)

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