搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

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 有這個問題
  • 7 次檢視
  • 最近回覆由 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: