Author Topic: url rewrite to force google safe search  (Read 2493 times)

microspace

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
url rewrite to force google safe search
« 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

microspace

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: url rewrite to force google safe search
« Reply #1 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
« Last Edit: May 08, 2013, 11:01:59 am by microspace »