[K12OSN] Setting proxy in Firefox for ALL users...HOW?

Wilson Chan wilson at wilsonch.gotdns.com
Fri Aug 26 17:57:10 UTC 2005


Try edit the file below (all.js). Only problem with this is that everytime firefox has a new version update you need to manually edit all.js again. Other then that it will update all firefox proxy settings for all users. :) 

Replace 192.168.2.254 & 8080 with your proxy server IP & port.

***Firefox Proxy setting [/usr/lib/firefox-1.0.6/greprefs/all.js]***
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);

----- Original Message -----
From: David Trask <dtrask at vcsvikings.org>
To: K12OSN at redhat.com
Sent: Fri, 26 Aug 2005 07:42:07 -1000
Subject: [K12OSN] Setting proxy in Firefox for ALL users...HOW?


> How can I set either a manual proxy or auto-detect proxy for all users on
> my K12LTSP box?  Is it something can set in a master account that users
> will pull their inital mozilla prefs from?  I'm using DansGuardian with
> pam_auth this year so I need to set the proxy.
> 
> David N. Trask
> Technology Teacher/Coordinator
> Vassalboro Community School
> dtrask at vcsvikings.org
> (207)923-3100
> 
> _______________________________________________
> K12OSN mailing list
> K12OSN at redhat.com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>
> 





More information about the K12OSN mailing list