home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / privoxy / privoxy_setup_3.0.21.exe / trust.txt < prev    next >
Text File  |  2013-03-08  |  4KB  |  86 lines

  1. ######################################################################
  2. #  File        :  $Source: /cvsroot/ijbswa/current/trust,v $
  3. #  $Id: trust,v 1.6 2007/05/14 17:19:42 fabiankeil Exp $
  4. #
  5. #  Purpose     :  Trustfiles are an experimental feature and can be used
  6. #                 to build "whitelists" (versus the usual "blacklists"
  7. #                 techniques).
  8. #  Copyright   :  Written by and Copyright
  9. #                 Privoxy team. http://www.privoxy.org/
  10. #
  11. #                 Based on the Internet Junkbuster originally written
  12. #                 by and Copyright (C) 1997 Anonymous Coders and
  13. #                 Junkbusters Corporation.  http://www.junkbusters.com
  14. #
  15. # We value your feedback. However, to provide you with the best support,
  16. # please note:
  17. #  
  18. #  * Use the support forum to get help:
  19. #    http://sourceforge.net/tracker/?group_id=11118&atid=211118
  20. #  * Submit bugs only thru our bug forum:
  21. #    http://sourceforge.net/tracker/?group_id=11118&atid=111118 
  22. #    Make sure that the bug has not already been submitted. Please try
  23. #    to verify that it is a Privoxy bug, and not a browser or site
  24. #    bug first. If you are using your own custom configuration, please
  25. #    try the stock configs to see if the problem is a configuration
  26. #    related bug. And if not using the latest development snapshot,
  27. #    please try the latest one. Or even better, CVS sources.
  28. #  * Submit feature requests only thru our feature request tracker:
  29. #    http://sourceforge.net/tracker/?atid=361118&group_id=11118&func=browse
  30. #      
  31. # For any other issues, feel free to use the mailing lists:
  32. # http://sourceforge.net/mail/?group_id=11118
  33. #    
  34. # Anyone interested in actively participating in development and related
  35. # discussions can join the appropriate mailing list here:
  36. # http://sourceforge.net/mail/?group_id=11118. Archives are available
  37. # here too.
  38. ######################################################################
  39. #
  40. #                      Sample Trustfile for Privoxy
  41.  
  42. # For this file to have any effect, the line in the main config file beginning
  43. # with "trustfile" must be uncommented, with the name of this file following the
  44. # word "trustfile".
  45.  
  46. # Trustfiles are an experimental feature used for building "whitelists"
  47. # of "trusted" sites (versus the usual "blacklists" technique). For more
  48. # detail, see http://www.privoxy.org/user-manual/config.html#TRUSTFILE.
  49.  
  50. # List trusted domains here. The default is to block any URL that is NOT
  51. # referenced. Access to trusted domains includes all paths within that
  52. # domain.
  53.  
  54. # Preceding a domain with a '+' character will designate that domain
  55. # as a "trusted referrer", meaning any requests whose HTTP "Referer" headers
  56. # contain an URL from that domain will be allowed, and the previously untrusted
  57. # host will be dynamically added to this file. Thus, this builds a "white-list"
  58. # of hosts the user is allowed to visit.
  59.  
  60. # Note this means that the file will grow with use!
  61.  
  62. # Also note that you can only trust referrers if you control the user's
  63. # system and make sure that there are no programs available that allow
  64. # to set arbitrary headers.
  65.  
  66. # Preceding the domain with '~' character allows access to that domain only
  67. # (including all paths within that domain), but does not allow access to links
  68. # to other, outside domains. Sites that are added dynamically by trusted 
  69. # referrers will include the '~' character, and thus do not become trusted
  70. # referrers themselves.
  71.  
  72. # Example: to allow example.com and to white-list domains that appear to
  73. # be reached through links from example.com, uncomment this line:
  74.  
  75. # +example.com 
  76.  
  77. # The next two lines make sure that the user can access Privoxy's
  78. # CGI pages, without automatically trusting their links.
  79.  
  80. ~config.privoxy.org
  81. ~p.p
  82.