user_pref(“network.proxy.http”, “127.0.0.1″);
user_pref(“network.proxy.http_port”, 8080);
user_pref(“network.proxy.ssl”, “127.0.0.1″);

user_pref(“network.proxy.ssl_port”, 8080);
user_pref(“network.proxy.type”, 1);

Buy me a beer

Related posts:

  1. ASP.NET firefox rendering Unfortunately, ASP.NET renders div tag controls as tables in non-IE...
  2. Creating a Patch File In Linux Creating a Patch File: diff -Naur olddir newdir > new-patch-file...
  3. Shell script to check file & directory existance if [ -f filename ] then echo "file exist" else...
  4. Sample sources.list file for ubuntu apt-get command       # gpg –keyserver subkeys.pgp.net –recv KEY #...
  5. Ubuntu Linux OpenSSH Server installation and configuration #apt-get install openssh-server openssh-client Buy me a beer...