Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

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 baphendule
  • 4 zinale nkinga
  • 8 views
  • Igcine ukuphendulwa ngu 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: