On Thu, 5 Feb 2004, Mike McCall wrote: > We're using Squid ACLs to filter pornographic content, and I've noticed that > some of our students can bypass the filters using Google's Images features. > I was wondering what the best way to force users to use Google's SafeSearch > feature would be. On one hand, we can create an ACL that denies access to > Google unless the string "safe=active" appears in the URL, but I'm afraid > this will frustrate our users who might not know how to change the setting > in Google
For searches using GET you could use a redirector to add safe=active if it is not specified. POST is trickier. Regards Henrik
