1

I have changed IE proxy from my C# code by accessing the Regisrry Settings so How can I change Mozila Firefox proxy from my C# code?

Waqas Ahmed
  • 11
  • 1
  • 3
  • from command line http://stackoverflow.com/questions/843340/firefox-proxy-settings-via-command-line – PMC Mar 11 '11 at 11:53

1 Answers1

1

You need to edit the prefs.js in your profile directory. Some sample code can be found here: http://support.mozilla.com/sv-SE/questions/727731
Be sure to close firefox before editing that file!

Daniel Hilgarth
  • 171,043
  • 40
  • 335
  • 443