[K12OSN] System Wide- Mozilla Proxy setting (all.js)

Brian Chivers brian at portsmouth-college.ac.uk
Fri Aug 11 06:35:32 UTC 2006


I've just started using the CCK wizard (https://addons.mozilla.org/firefox/2553/) it creates an 
extension with all the setting in you want. If you install it as a global extension it will apply to 
all users.

Brian


Wilson Chan wrote:
> Just wondering what everyone is doing for editing system wide proxy setting for Firefox? I noticed there are two all.js on V5.0 (64bit). Which one should I edit?
> I've use to edit /usr/lib/firefox1.x.x/greprefs/all.js in my other servers but everytime a new firefox version comes out I would have to re-enter the proxy settings. Any pointers in doing this? Thanks!
> 
> [root at server log]# locate all.js
> /usr/lib/firefox-1.5.0.4/greprefs/all.js
> /usr/lib/firefox-1.5.0.4/greprefs/xpinstall.js
> /usr/lib64/mozilla-1.7.13/greprefs/all.js
> /usr/lib64/mozilla-1.7.13/greprefs/xpinstall.js
> 
> ===============================
> =Here's the settings I modify.=
> ===============================
> pref("network.hosts.nntp_server",           "news.mozilla.org");
> pref("permissions.default.image",           1); // 1-Accept, 2-Deny, 3-dontAcceptForeign
> pref("network.image.warnAboutImages",       false);
> pref("network.proxy.autoconfig_url",        "192.168.2.254");
> pref("network.proxy.type",                  1);
> pref("network.proxy.ftp",                   "192.168.2.254");
> pref("network.proxy.ftp_port",              8080);
> pref("network.proxy.gopher",                "192.168.2.254");
> pref("network.proxy.gopher_port",           8080);
> pref("network.proxy.http",                  "192.168.2.254");
> pref("network.proxy.http_port",             8080);
> pref("network.proxy.ssl",                   "192.168.2.254");
> pref("network.proxy.ssl_port",              8080);
> pref("network.proxy.socks",                 "192.168.2.254");
> pref("network.proxy.socks_port",            8080);
> pref("network.proxy.socks_version",         5);
> pref("network.proxy.socks_remote_dns",      false);
> pref("network.proxy.no_proxies_on",         "localhost, 127.0.0.1");
> 
> 
> _______________________________________________
> K12OSN mailing list
> K12OSN at redhat.com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>
> 


---------------------------------------------------------------
    The views expressed here are my own and not necessarily 
                the views of Portsmouth College             




More information about the K12OSN mailing list