Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

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

Learn More

I dont want users change the Proxy settings in Mozilla - Is there any way to block users changing the Proxy settings what are the registry keys in windows XP- MOzilla changes when some one change the proxy settings

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

more options

We have a Http proxy in our network and its not a transparent proxy- I need to edit this in the browser of each computer and don't want the users to remove the proxy from the browser- How can I achieve this- What are the registry keys (In Win XP )being accessed when some one changes the proxy settings .

regards,

Joshi

We have a Http proxy in our network and its not a transparent proxy- I need to edit this in the browser of each computer and don't want the users to remove the proxy from the browser- How can I achieve this- What are the registry keys (In Win XP )being accessed when some one changes the proxy settings . regards, Joshi

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

more options

You can use a mozilla.cfg file to lock prefs or specify default values.

You can place a file local-settings.js in the defaults\pref folder to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg").


You can use these functions in mozilla.cfg:

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

See: