Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

dgasull

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Redirect censored Google servers

// Add this code to your user.action file to make Privoxy redirect Google censored servers to google.co.uk

   1  
   2  # Blocking censored Google servers
   3  # (See http://cyber.law.harvard.edu/filtering/google/)
   4  {+redirect{s/www.google.[a-z][a-z]/www.google.co.uk/}}
   5   www.google.ch
   6   www.google.cn
   7   www.google.de
   8   www.google.fr
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS