EFW Support

Support => EFW SMTP, HTTP, SIP, FTP Proxy Support => Topic started by: npeterson on Thursday 16 July 2009, 03:10:57 am



Title: Google Image Search Blocking
Post by: npeterson on Thursday 16 July 2009, 03:10:57 am
Not sure if anyone else is running into this, but dansguardian seems to be catching all image searches regardless of the safesearch settings.

Here is what needs to be done to fix this.

Edit both these files (they are identical):
/etc/dansguardian/lists/phraselists/pornography/banned
/etc/dansguardian/phraselists/pornography/banned

Comment out these lines:
# <google>,<&safe=off>
#<hl=en&safe=off&output=search>

Add the line:

<SafeSearch: Off>

Restart dansguardian (not just a reload)
/etc/init.d/dansguardian restart

Should be set.