home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Wideo_HD / Vidalia / vidalia-bundle-0.2.2.33-0.2.14.exe / Polipo / forbidden.sample < prev    next >
Encoding:
Text File  |  2011-05-10  |  450 b   |  19 lines

  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
  19.