This file belongs into
ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
- $Id: user-manual.sgml,v 2.17 2006/09/05 13:25:12 david__schmidt Exp $
+ $Id: user-manual.sgml,v 2.18 2006/09/08 02:38:57 hal9 Exp $
Copyright (C) 2001- 2006 Privoxy Developers <developers@privoxy.org>
See LICENSE.
</subscript>
</pubdate>
-<pubdate>$Id: user-manual.sgml,v 2.17 2006/09/05 13:25:12 david__schmidt Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 2.18 2006/09/08 02:38:57 hal9 Exp $</pubdate>
<!--
<listitem>
<para>
<screen># Let the browser revalidate cached documents without being tracked across sessions
-{+hide-if-modified-since {-1} \
+{+hide-if-modified-since {-60} \
+overwrite-last-modified {randomize} \
+crunch-if-none-match}
/ </screen>
</para>
<para>
Instead of removing the header, <literal>hide-if-modified-since</literal> can
- also add or substract a random amount of time to/from the headers value.
- You specify a range of hours were the random factor should be chosen from and
+ also add or substract a random amount of time to/from the header's value.
+ You specify a range of minutes where the random factor should be chosen from and
<application>Privoxy</application> does the rest. A negative value means
subtracting, a positive value adding.
</para>
<listitem>
<para>
<screen># Let the browser revalidate without being tracked across sessions
-{+hide-if-modified-since {-1}\
+{+hide-if-modified-since {-60}\
+overwrite-last-modified {randomize}\
+crunch-if-none-match}
/</screen>
<listitem>
<para>
<screen># Let the browser revalidate without being tracked across sessions
-{+hide-if-modified-since {-1}\
+{+hide-if-modified-since {-60}\
+overwrite-last-modified {randomize}\
+crunch-if-none-match}
/</screen>
Temple Place - Suite 330, Boston, MA 02111-1307, USA.
$Log: user-manual.sgml,v $
+ Revision 2.18 2006/09/08 02:38:57 hal9
+ Various changes:
+ -Fix a number of broken links.
+ -Migrate the new Windows service command line options, and reference as
+ needed.
+ -Rebuild so that can be used with the new "user-manual" config capabilities.
+ -Etc.
+
Revision 2.17 2006/09/05 13:25:12 david__schmidt
Add Windows service invocation stuff (duplicated) in FAQ and in user manual under Windows startup. One probably ought to reference the other.
#
# File : $Source: /cvsroot/ijbswa/current/standard.action,v $
#
-# $Id: standard.action,v 1.10 2006/09/04 14:07:21 fabiankeil Exp $
+# $Id: standard.action,v 1.11 2006/09/04 17:18:42 hal9 Exp $
#
# Purpose : Provide prefedined sets of actions, see
# http://www.privoxy.org/user-manual/actions-file.html
-handle-as-image \
-hide-accept-language \
-hide-content-disposition \
-+hide-if-modified-since{-1} \
++hide-if-modified-since{-60} \
+hide-forwarded-for-headers \
+hide-from-header{block} \
+hide-referrer{conditional-block} \