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