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?
Asked
Active
Viewed 2,893 times
1
-
from command line http://stackoverflow.com/questions/843340/firefox-proxy-settings-via-command-line – PMC Mar 11 '11 at 11:53
1 Answers
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
- 166,158
- 40
- 312
- 426