PDA

View Full Version : Privoxy: exclude site


johannlo
7th November 2009, 05:08 AM
I am running a basic squid + privoxy combo for web caching/filtering proxy and it works fine. I'm basically running a stock config w/ a few minor edits to allow the relevant hosts access etc.

now I am trying to find an easy way to specify privoxy to not filter a specific site (which it breaks). I have tried wading through the privoxy manual + google but I find the config file incredibly complicated. Are there any experts out there who can tell me: what is the easiest way to tell privoxy to 'pass through' a specific website?

chris_flow
28th November 2009, 09:18 AM
Look at /etc/privoxy/user.action this is the right place.
There are already contained some examples.

There is a section called { fragile }.
Yust insert your site name after the label and privoxy will do better work.
Example:

{ fragile }
.onlinebanking.com

if you want the site www.onlinebanking.com to work right... ;)

johannlo
28th November 2009, 10:41 AM

Hey thanks mate