root / trunk / src / dot / proxy / forbidden.sample

Revision 7618, 450 bytes (checked in by BradNeuberg, 22 months ago)

Local and remote SVN repositories somehow became out of sync and corrupted -- re-adding these in

Line 
1# Sample forbidden URLs file for polipo.  -*-sh-*-
2# Put this in /etc/polipo/forbidden or in ~/.polipo-forbidden.
3
4# Forbid all hosts belonging to a given domain name:
5
6#counter.com
7#hitbox.com
8#doubleclick.net
9#www.cashcount.com
10
11# Forbid all hosts contaning a string matching a given regex.  Note
12# that you need to quote dots, so that a regex is not misinterpreted
13# as a domain name.
14
15#^http://[^/]*counter\.com
16#/ads/
17#/phpAdsNew
18#counting\.php
Note: See TracBrowser for help on using the browser.