From: Fabian Keil Date: Fri, 7 Dec 2012 12:48:23 +0000 (+0000) Subject: Rebuild docs for +limit-cookie-lifetime{} and forward-socks5t X-Git-Tag: v_3_0_20~147 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=82c493b884fe1157749712c0bfbdd6e2a1455a97;p=privoxy.git Rebuild docs for +limit-cookie-lifetime{} and forward-socks5t --- diff --git a/doc/webserver/user-manual/actions-file.html b/doc/webserver/user-manual/actions-file.html index ce06322d..37228d09 100644 --- a/doc/webserver/user-manual/actions-file.html +++ b/doc/webserver/user-manual/actions-file.html @@ -117,7 +117,7 @@ in default.action are:

- +

Table 1. Default Configurations

@@ -314,7 +314,7 @@ actions.

-

8.1. Finding the Right +

8.1. Finding the Right Mix

Note that some actions, like @@ -339,7 +339,7 @@

-

8.2. How to +

8.2. How to Edit

The easiest way to edit the actions files is with a browser by using @@ -529,7 +529,7 @@

-

8.4.1. The Domain +

8.4.1. The Domain Pattern

The matching of the domain part offers some flexible options: if @@ -634,7 +634,7 @@

-

8.4.2. The Path +

8.4.2. The Path Pattern

Privoxy uses + + + + + +

+
+ +
+

8.5.27. limit-cookie-lifetime

+ +
+
+
Typical use:
+ +
+

Limit the lifetime of HTTP cookies to a couple of minutes or + hours.

+
+ +
Effect:
+ +
+

Overwrites the expires field in Set-Cookie server headers if + it's above the specified limit.

+
+ +
Type:
+ +
+

Parameterized.

+
+ +
Parameter:
+ +
+

The lifetime limit in minutes, or 0.

+
+ +
Notes:
+ +
+

This action reduces the lifetime of HTTP cookies coming from + the server to the specified number of minutes, starting from + the time the cookie passes Privoxy.

+ +

Cookies with a lifetime below the limit are not modified. + The lifetime of session cookies is set to the specified + limit.

+ +

The effect of this action depends on the server.

+ +

In case of servers which refresh their cookies with each + response (or at least frequently), the lifetime limit set by + this action is updated as well. Thus, a session associated with + the cookie continues to work with this action enabled, as long + as a new request is made before the last limit set is + reached.

+ +

However, some servers send their cookies once, with a + lifetime of several years (the year 2037 is a popular choice), + and do not refresh them until a certain event in the future, + for example the user logging out. In this case this action may + limit the absolute lifetime of the session, even if requests + are made frequently.

+ +

If the parameter is "0", this + action behaves like session-cookies-only.

+
+ +
Example usages:
+ +
+ + + @@ -3556,7 +3638,7 @@ nasty-banner-server.example.com/junk.cgi\?output=trash

8.5.27. prevent-compression

+ "PREVENT-COMPRESSION">8.5.28. prevent-compression
@@ -3660,7 +3742,7 @@ nasty-banner-server.example.com/junk.cgi\?output=trash

8.5.28. overwrite-last-modified

+ "OVERWRITE-LAST-MODIFIED">8.5.29. overwrite-last-modified
@@ -3756,7 +3838,7 @@ nasty-banner-server.example.com/junk.cgi\?output=trash
-

8.5.29. +

8.5.30. redirect

@@ -3860,7 +3942,7 @@ www.privoxy.org/user-manual/

8.5.30. server-header-filter

+ "SERVER-HEADER-FILTER">8.5.31. server-header-filter

@@ -3932,7 +4014,7 @@ example.org/instance-that-is-delivered-as-xml-but-is-not

8.5.31. server-header-tagger

+ "SERVER-HEADER-TAGGER">8.5.32. server-header-tagger
@@ -4005,7 +4087,7 @@ example.org/instance-that-is-delivered-as-xml-but-is-not

8.5.32. session-cookies-only

+ "SESSION-COOKIES-ONLY">8.5.33. session-cookies-only
@@ -4103,7 +4185,7 @@ example.org/instance-that-is-delivered-as-xml-but-is-not

8.5.33. set-image-blocker

+ "SET-IMAGE-BLOCKER">8.5.34. set-image-blocker
@@ -4242,7 +4324,7 @@ example.org/instance-that-is-delivered-as-xml-but-is-not
-

8.5.34. +

8.5.35. Summary

Note that many of these actions have the potential to cause a page @@ -4401,7 +4483,7 @@ example.org/instance-that-is-delivered-as-xml-but-is-not together:

-

8.7.1. +

8.7.1. match-all.action

Remember all actions @@ -4450,7 +4532,7 @@ example.org/instance-that-is-delivered-as-xml-but-is-not

-

8.7.2. +

8.7.2. default.action

If you aren't a developer, there's no need for you to edit the @@ -4793,7 +4875,7 @@ wiki.

-

8.7.3. +

8.7.3. user.action

So far we are painting with a broad brush by setting general diff --git a/doc/webserver/user-manual/appendix.html b/doc/webserver/user-manual/appendix.html index 49e26d21..00c9d3da 100644 --- a/doc/webserver/user-manual/appendix.html +++ b/doc/webserver/user-manual/appendix.html @@ -293,7 +293,7 @@

-

14.2. Privoxy's +

14.2. Privoxy's Internal Pages

Since Privoxy proxies each @@ -313,7 +313,7 @@

@@ -1911,6 +1911,13 @@

With forward-socks5 the DNS resolution will happen on the remote server as well.

+

forward-socks5t works like vanilla + forward-socks5 but lets Privoxy additionally use Tor-specific + SOCKS extensions. Currently the only supported SOCKS extension + is optimistic data which can reduce the latency for the first + request made on a newly created connection.

+

socks_proxy and http_parent can be a numerical IPv6 address (if

If "log-messages" is set to 1, - Privoxy copy log messages to the + Privoxy copies log messages to the console window. The log detail depends on the debug directive.

diff --git a/doc/webserver/user-manual/copyright.html b/doc/webserver/user-manual/copyright.html index 18e058ed..9bb3b352 100644 --- a/doc/webserver/user-manual/copyright.html +++ b/doc/webserver/user-manual/copyright.html @@ -51,7 +51,7 @@ "CITETITLE">GNU General Public License
.

-

12.1. License

+

12.1. License

Privoxy is free software; you can redistribute it and/or modify it under the terms of the  Maynard Riley
 Andreas Rutkauskas
-  Chung-chieh Shan
-  Spinor S.
 Bart Schelstraete
+  Chung-chieh Shan
 Dan Stahlke
 Oliver Stoeneberg
+  Rick Sykes
+  Spinor S.
 Peter Thoenen
 Martin Thomas
 Bobby G. Vinyard
diff --git a/doc/webserver/user-manual/filter-file.html b/doc/webserver/user-manual/filter-file.html index 3a69b31f..f2534c3b 100644 --- a/doc/webserver/user-manual/filter-file.html +++ b/doc/webserver/user-manual/filter-file.html @@ -151,7 +151,7 @@ FILTER: foo Replace all "foo" with "bar" started.

-

9.1. Filter File +

9.1. Filter File Tutorial

Now, let's complete our "foo" content diff --git a/doc/webserver/user-manual/index.html b/doc/webserver/user-manual/index.html index f98ed65c..fdd5c059 100644 --- a/doc/webserver/user-manual/index.html +++ b/doc/webserver/user-manual/index.html @@ -23,7 +23,7 @@ 2001-2011 by Privoxy Developers

-

$Id: user-manual.sgml,v 2.152 2012/10/29 12:02:55 +

$Id: user-manual.sgml,v 2.154 2012/11/11 12:39:15 fabiankeil Exp $

@@ -297,7 +297,7 @@
7.5.1. forward
7.5.2. forward-socks4, - forward-socks4a and forward-socks5
+ forward-socks4a, forward-socks5 and forward-socks5t
7.5.3. Advanced @@ -362,10 +362,10 @@
-
8.1. Finding the Right +
8.1. Finding the Right Mix
-
8.2. How to Edit
+
8.2. How to Edit
8.3. How Actions are Applied to Requests
@@ -375,10 +375,10 @@
-
8.4.1. The Domain +
8.4.1. The Domain Pattern
-
8.4.2. The Path +
8.4.2. The Path Pattern
8.4.3. The Tag @@ -468,28 +468,31 @@ "actions-file.html#LIMIT-CONNECT">limit-connect
8.5.27. prevent-compression
+ "actions-file.html#LIMIT-COOKIE-LIFETIME">limit-cookie-lifetime
8.5.28. overwrite-last-modified
+ "actions-file.html#PREVENT-COMPRESSION">prevent-compression
8.5.29. redirect
+ "actions-file.html#OVERWRITE-LAST-MODIFIED">overwrite-last-modified
8.5.30. server-header-filter
+ "actions-file.html#REDIRECT">redirect
8.5.31. server-header-tagger
+ "actions-file.html#SERVER-HEADER-FILTER">server-header-filter
8.5.32. session-cookies-only
+ "actions-file.html#SERVER-HEADER-TAGGER">server-header-tagger
8.5.33. set-image-blocker
+ "actions-file.html#SESSION-COOKIES-ONLY">session-cookies-only
8.5.34. Summary
+ "actions-file.html#SET-IMAGE-BLOCKER">set-image-blocker + +
8.5.35. Summary
@@ -501,13 +504,13 @@
8.7.1. match-all.action
+ "actions-file.html#AEN4896">match-all.action
8.7.2. default.action
+ "actions-file.html#AEN4918">default.action
8.7.3. user.action
+ "actions-file.html#AEN5031">user.action
@@ -517,7 +520,7 @@
-
9.1. Filter File +
9.1. Filter File Tutorial
9.2. The @@ -561,7 +564,7 @@
-
12.1. License
+
12.1. License
12.2. History
@@ -578,7 +581,7 @@
14.1. Regular Expressions
-
14.2. Privoxy's Internal +
14.2. Privoxy's Internal Pages

+
++limit-cookie-lifetime{60}
+