Re: [LUAU] Fighting Nudity at the Ewa Beach Park

2006-10-05 Thread Wilson Chan
Hey Scott,

Its done! I noticed you had a typo in your all.js file also. 

For network.proxy.type you had 8080 instead of 1. ;) It’s pretty good now 
however I need to find where to lock “Use this proxy server for all protocols”. 
I need to look around and see which parameter it uses for this. In the meantime 
if they uncheck it only the SSL, FTP, Gopher and Socks proxy addresses can be 
changed so it’s not too bad. HTTP Proxy is locked for good now. 

 

Here’s my locked down version.

//
lockPref("permissions.default.image",   1);
lockPref("network.image.warnAboutImages",   false);
lockPref("network.proxy.autoconfig_url","192.168.0.254");
lockPref("network.proxy.type",  1);
lockPref("network.proxy.ftp",   "192.168.0.254");
lockPref("network.proxy.ftp_port",  8080);
lockPref("network.proxy.gopher","192.168.0.254");
lockPref("network.proxy.gopher_port",   8080);
lockPref("network.proxy.http",  "192.168.0.254");
lockPref("network.proxy.http_port", 8080);
lockPref("network.proxy.ssl",   "192.168.0.254");
lockPref("network.proxy.ssl_port",  8080);
lockPref("network.proxy.socks", "192.168.0.254");
lockPref("network.proxy.socks_port",8080);
lockPref("network.proxy.socks_version", 5);
lockPref("network.proxy.socks_remote_dns",  false);
lockPref("network.proxy.no_proxies_on",     "localhost, 127.0.0.1");
lockPref("network.proxy.failover_timeout",  1800);


Wilson


- Original Message -
From: R. Scott Belford <[EMAIL PROTECTED]>
To: LUAU 
Sent: Wed,  4 Oct 2006 10:56:40 -1000
Subject: [LUAU] Fighting Nudity at the Ewa Beach Park


> Aloha All
> 
> With each firefox update of our K12LTSP lab at the park in Ewa Beach, 
> the proxy settings are overwritten.  Wilson Chan has so kindly shown how 
> to correct this, but a savvy kid can still edit his/her personal 
> preferences for a direct connection to the Internet.
> 
> I posted the following to the K12LTSP list earlier,
> 
> "I am needing to lock down firefox on a K12LTSP5 installation.  I wonder 
> if this
> 
> http://www.redhat.com/archives/k12osn/2005-January/msg00580.html
> 
> is still the advised way?  It involves executing a script that Andy put 
> together.  It's been almost two years since it was posted, and I can't 
> google any newer methods."
> 
> Wilson is looking at the script referenced above.  I thought I would 
> kick this out to our larger braintrust, though, in case there were any 
> other innovations.  Your help would be most appreciated.
> 
> --scott
> ___
> LUAU@lists.hosef.org mailing list
> http://lists.hosef.org/cgi-bin/mailman/listinfo/luau
> 



Re: [LUAU] Fighting Nudity at the Ewa Beach Park

2006-10-04 Thread R. Scott Belford

Robert Green wrote:

This is probably off topic, but how did you come up with the subject
line? Are the firefox settings being used to prevent access to adult
content?


Woops.  Thanks, Robert.  I did not elaborate.  With each update of 
Firefox, the universal proxy settings are overwritten.  Additionally, 
savvy kids have learned how to edit their own preferences for a direct 
connection to the Internet.  At the park these are mostly boys, and they 
seek one thing on the Internet.  Nudity.  Go figure. :-)


--scott


Re: [LUAU] Fighting Nudity at the Ewa Beach Park

2006-10-04 Thread Robert Green
This is probably off topic, but how did you come up with the subject
line? Are the firefox settings being used to prevent access to adult
content?

--- "R. Scott Belford" <[EMAIL PROTECTED]> wrote:

> Aloha All
> 
> With each firefox update of our K12LTSP lab at the park in Ewa Beach,
> 
> the proxy settings are overwritten.  Wilson Chan has so kindly shown
> how 
> to correct this, but a savvy kid can still edit his/her personal 
> preferences for a direct connection to the Internet.
> 
> I posted the following to the K12LTSP list earlier,
> 
> "I am needing to lock down firefox on a K12LTSP5 installation.  I
> wonder 
> if this
> 
> http://www.redhat.com/archives/k12osn/2005-January/msg00580.html
> 
> is still the advised way?  It involves executing a script that Andy
> put 
> together.  It's been almost two years since it was posted, and I
> can't 
> google any newer methods."
> 
> Wilson is looking at the script referenced above.  I thought I would 
> kick this out to our larger braintrust, though, in case there were
> any 
> other innovations.  Your help would be most appreciated.
> 
> --scott
> ___
> LUAU@lists.hosef.org mailing list
> http://lists.hosef.org/cgi-bin/mailman/listinfo/luau
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


[LUAU] Fighting Nudity at the Ewa Beach Park

2006-10-04 Thread R. Scott Belford

Aloha All

With each firefox update of our K12LTSP lab at the park in Ewa Beach, 
the proxy settings are overwritten.  Wilson Chan has so kindly shown how 
to correct this, but a savvy kid can still edit his/her personal 
preferences for a direct connection to the Internet.


I posted the following to the K12LTSP list earlier,

"I am needing to lock down firefox on a K12LTSP5 installation.  I wonder 
if this


http://www.redhat.com/archives/k12osn/2005-January/msg00580.html

is still the advised way?  It involves executing a script that Andy put 
together.  It's been almost two years since it was posted, and I can't 
google any newer methods."


Wilson is looking at the script referenced above.  I thought I would 
kick this out to our larger braintrust, though, in case there were any 
other innovations.  Your help would be most appreciated.


--scott