Jump to content

Recommended Posts

Posted

Is there a way of enabling Yahoo Safesearch across a LAN?

 

Had some interesting search results thrown up by a member of staff - safesearch removed them, but dont fancy going round 300+ clients

 

GPO? Script?

Posted
I think its just an option on the website same as google. in which case, could you not set the option, which will create a cookie, and then copy that cookie to the student's default profile's temp internet settings dir?
Posted

I force Yahoo searches via Yahooligans on my Squid Proxy here (I use squidguard for url rewriting).

 

rewrite yahoo_search {
[email]s@http://search.yahoo.com/search?@http://beta.yahooligans.yahoo.com[/email]/search/index?@ir
[email]s@http://uk.search.yahoo.com/search?@http://beta.yahooligans.yahoo.com[/email]/search/index?@ir
}

 

Likewise I rewrite Google searches/image searches using strict filtering.

 

 

 

rewrite google_safesearch {
[email]s@http://www.google.com/search?@http://www.google.com[/email]/search?safe=on&@ir
[email]s@http://www.google.co.uk/search?@http://www.google.co.uk[/email]/search?safe=on@ir
}

rewrite google_imagesearch {
[email]s@http://www.google.com/images?@http://www.google.com[/email]/images?safe=on&@ir
[email]s@http://www.google.co.uk/images?@http://www.google.co.uk[/email]/images?safe=on&@ir
}

Posted

Similarly, the SmoothWall "guardian" products have checkboxes which do almost exactly what Geoff's examples do.

 

Should probably tempt him away and hire him as a dev ;)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...