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

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 reply
  • 4 have this problem
  • 8 views
  • Last reply by 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

All Replies (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: