[LUAU] Fighting Nudity at the Ewa Beach Park

Wilson Chan wilson at wilsonch.gotdns.com
Thu Oct 5 19:28:21 PDT 2006


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 <scott at hosef.org>
To: LUAU <luau at lists.hosef.org>
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 at lists.hosef.org mailing list
> http://lists.hosef.org/cgi-bin/mailman/listinfo/luau
> 




More information about the LUAU mailing list