From 7b56ac7e18f40c1e9fad12dbbb6a260b9279e14c Mon Sep 17 00:00:00 2001 From: hal9 Date: Wed, 9 Oct 2002 01:45:05 +0000 Subject: [PATCH] Updated the trustfile config section. --- doc/source/p-config.sgml | 56 ++++++++++++++++++++++++++++++++-------- 1 file changed, 45 insertions(+), 11 deletions(-) diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index e626a6f1..80964e1a 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 1.1.2.8 2002/08/22 23:15:21 hal9 Exp $ + $Id: p-config.sgml,v 2.2 2002/09/05 05:45:30 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -95,7 +95,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 1.1.2.8 2002/08/22 23:15:21 hal9 Exp $ + $Id: p-config.sgml,v 2.2 2002/09/05 05:45:30 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers http://privoxy.org @@ -588,15 +588,35 @@ actionsfile If you specify a trust file, Privoxy will only allow - access to sites that are named in the trustfile. - You can also mark sites as trusted referrers (with +), with - the effect that access to untrusted sites will be granted, if a link from a - trusted referrer was used. - The link target will then be added to the trustfile. - Possible applications include limiting Internet access for children. + access to sites that are specified in the trustfile. Sites can be listed + in one of two ways: + + + Prepending a ~ character limits access to this site + only (and any sub-paths within this site), e.g. + ~www.example.com. + + + Or, you can designate sites as trusted referrers, by + prepending the name with a + character. The effect is that + access to untrusted sites will be granted -- but only if a link from this + trusted referrer was used. The link target will then be added to the + trustfile so that future, direct accesses will be granted. + Sites added via this mechanism do not become trusted referrers themselves + (i.e. they are added with a ~ designation). + + + If you use the + operator in the trust file, it may grow + considerably over time. + + + It is recommended that Privoxy be compiled with + the --disable-force, --disable-toggle and + --disable-editor options, if this feature is to be + used. - If you use + operator in the trust file, it may grow considerably over time. + Possible applications include limiting Internet access for children. @@ -664,17 +684,31 @@ actionsfile Examples: + Unix, in local filesystem: - user-manual  file:///usr/share/doc/privoxy-&p-version;/user-manual/ +  user-manual  file:///usr/share/doc/privoxy-&p-version;/user-manual/index.html + + + Windows, in local filesystem, must use forward slash notation, and %20 to denote + spaces in path names: + + +  user-manual  file:///c:/some%20dir/privoxy/user-manual/index.html + + + Windows, UNC notation (forward slashes required again): + + +  user-manual  file://///some-server/some-path/privoxy/user-manual/index.html Any platform, on local webserver (called local-webserver): - user-manual  http://local-webserver/privoxy-user-manual/ +  user-manual  http://local-webserver/privoxy-user-manual/ -- 2.39.2