No 100% certain squidguard is doing it.
It enforces "strict" safe search, google sets it to "moderate".
I've tested it by going through squid and doing a search in google and it's
moderate is turned on by google. But going through squid the google site
shows " Safesearch on" but it didn't going direct to google and not through
squid.

Tony

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 13 March 2006 18:07
To: [email protected]
Subject: Re: Problem with rewrite rule

Just a note....

"Safe Search" is enabled by default.  Are you CERTAIN that the "safe 
search" is being enforced by squidguard, or is it possible that safe 
search is still set as their default?

Tim



"Tony Spencer" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
03/13/2006 11:28 AM

To
<[email protected]>
cc

Subject
Problem with rewrite rule






We have a squid server using squidguard to filter URLs and domains, it 
also enforces Googles strict search on all search requests.
This all works fine expect the rewrite rule is being enforced on the 
nofilter ACL when it should be.
Users on the IP address in "nofilter" rule don't get filtered by 
squidguard for URLs or domains but are having the Google URLs rewritten to 
enforce safe search.
Have I put something wrong into the squidGuard.conf file?
 
Below is a cut down version of the config file.
 
Does anyone have any ideas?
 
######
src nofilter {
        ip 192.168.0.1
        ip 192.168.0.3
        ip 192.168.0.100
}
 
dest adult {
       expressionlist  adult/adult.destexprlist
        domainlist      adult/domains
        urllist         adult/urls
        redirect        http://10.0.0.1/blocked.html
log filter
}
 
rew searchengines {
s@(google..*/search?.*q=.*)@\1\&[EMAIL PROTECTED]
s@(google..*/images.*q=.*)@\1\&[EMAIL PROTECTED]
s@(google..*/groups.*q=.*)@\1\&[EMAIL PROTECTED]
s@(google..*/news.*q=.*)@\1\&[EMAIL PROTECTED]
log searchengines
}
 
acl {
        nofilter {
                pass any
        }
 
        default {
 
                pass !adult all
                        rewrite searchengines
        }
}
####
 
Thanks
Tony
 
 

-- 
This message has been scanned for viruses and 
dangerous content by MailScanner, and is 
believed to be clean. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to