Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: microspace on May 01, 2013, 08:54:44 am

Title: url rewrite to force google safe search
Post by: microspace on May 01, 2013, 08:54:44 am
Hello
How to implement url-rewrite to force user to use google or yandex safe-seach or family search.
There are several external rewriters like safesquid, quintolabs or privoxy, but I don't know how to implement this safely, without breaking anything in zentyal configuration.
thank you
Title: Re: url rewrite to force google safe search
Post by: microspace on May 08, 2013, 10:39:46 am
I've found only this:
In this file
Code: [Select]
/usr/share/zentyal/stubs/squid/bannedregexpurllist.masunder "Search engine and related"
there is regexp to block all urls, containing
Code: [Select]
safe=offIt is close to solution, but I'm searching for urlrewriter (like safesquid), not blocker. And also there is https issue (can't filter ssl url).
I think the only solution is to implement ICAP. but I have no idea how to integrate it with zentyal