From 44c54fe358ff0197c6293c56738c793a83f12ce9 Mon Sep 17 00:00:00 2001
From: Fabian Keil https://www.privoxy.org/donate The most recent release is 3.0.33 (UNRELEASED). The most recent release is 3.0.33 (stable).
diff --git a/doc/webserver/user-manual/appendix.html b/doc/webserver/user-manual/appendix.html
index 1830c03d..7e47f060 100644
--- a/doc/webserver/user-manual/appendix.html
+++ b/doc/webserver/user-manual/appendix.html
@@ -202,7 +202,7 @@
these. If not, you will get a friendly error message. Internet access is not necessary either.
Privoxy main page:
+Privoxy main page:
@@ -211,7 +211,7 @@ "APPLICATION">Privoxy)
View and toggle client tags:
+View and toggle client tags:
@@ -219,21 +219,21 @@
Show information about the current configuration, including viewing and editing of actions - files:
+ files:Show the browser's request headers:
+Show the browser's request headers:
Show which actions apply to a URL and why:
+Show which actions apply to a URL and why:
http://config.privoxy.org/show-url-info
@@ -242,15 +242,15 @@Toggle Privoxy on or off. This feature can be turned off/on in the main config file. When toggled "off", "Privoxy" continues to run, - but only as a pass-through proxy, with no actions taking place:
+ but only as a pass-through proxy, with no actions taking place:-Short cuts. Turn off, then on:
+Short cuts. Turn off, then on:
-+
http://config.privoxy.org/toggle?set=enable
diff --git a/doc/webserver/user-manual/config.html b/doc/webserver/user-manual/config.html index 14eb9914..e5d4703c 100644 --- a/doc/webserver/user-manual/config.html +++ b/doc/webserver/user-manual/config.html @@ -1887,6 +1887,21 @@The default is quite high and you probably want to reduce it. If you aren't using an occasionally slow proxy like Tor, reducing it to a few seconds should be fine.
+++
++ +Warning ++ ++ +When a TLS library is being used to read or write data from a socket with https-inspection + enabled the socket-timeout currently isn't applied and the timeout used depends on the library + (which may not even use a timeout).
+- Example:
- @@ -1934,9 +1949,13 @@
Obviously using this option only makes sense if you choose a limit below the one enforced by the operating system.
One most POSIX-compliant systems Privoxy can't properly deal with - more than FD_SETSIZE file descriptors at the same time and has to reject connections if the limit is - reached. This will likely change in a future version, but currently this limit can't be increased without - recompiling Privoxy with a different FD_SETSIZE limit.
+ more than FD_SETSIZE file descriptors if Privoxy has been configured to + use select() and has to reject connections if the limit is reached. When using select() this limit + therefore can't be increased without recompiling Privoxy with a + different FD_SETSIZE limit unless Privoxy is running on Windows with + _WIN32 defined. +When Privoxy has been configured to use poll() the FD_SETSIZE limit + does not apply.
- Example:
- @@ -2510,7 +2529,21 @@
This directive specifies the password for the CA keyfile that is used when Privoxy generates certificates for intercepted requests.
-Note that the password is shown on the CGI page so don't reuse an important one.
+++
++ +Warning ++ ++ +Note that the password is shown on the CGI page so don't reuse an important one.
+If disclosure of the password is a compliance issue consider blocking the relevant CGI + requests after enabling the enforce-blocks and allow-cgi-request-crunching.
+- Example:
- diff --git a/doc/webserver/user-manual/configuration.html b/doc/webserver/user-manual/configuration.html index cd3f2cca..92f55cd3 100644 --- a/doc/webserver/user-manual/configuration.html +++ b/doc/webserver/user-manual/configuration.html @@ -40,7 +40,7 @@
-Privoxy Menu
+Privoxy Menu
@@ -94,8 +94,7 @@
6.2. Configuration Files Overview
For Unix, *BSD and GNU/Linux, all configuration files are located in /etc/privoxy/ by default. For MS Windows these are all in the same directory as the Privoxy - executable. The name and number of configuration files has changed from previous versions, and is subject to - change as development progresses.
+ executable.The installed defaults provide a reasonable starting point, though some settings may be aggressive by some standards. For the time being, the principle configuration files are:
@@ -146,9 +145,6 @@ listening address of Privoxy, these "wake up" requests must obviously be sent to the old listening address. -
While under development, the configuration content is subject to change. The below documentation may not be - accurate by the time you read this. Also, what constitutes a "default" setting, may - change, so please check all your configuration files on important issues.
diff --git a/doc/webserver/user-manual/copyright.html b/doc/webserver/user-manual/copyright.html index c546a574..a3dd3654 100644 --- a/doc/webserver/user-manual/copyright.html +++ b/doc/webserver/user-manual/copyright.html @@ -1213,6 +1213,7 @@ Public License instead of this License. But first, please read Stefan Huehner
Basil Hussain
Peter Hyman
+ Artem Ivanov
Derek Jennings
Andrew Jones
Julien Joubert
@@ -1274,6 +1275,7 @@ Public License instead of this License. But first, please read Sam
Saperski
Bart Schelstraete
+ Richard Schneidt
Gregory Seidman
Atman Sense
Mark Seward
diff --git a/doc/webserver/user-manual/installation.html b/doc/webserver/user-manual/installation.html index a384626f..c36322ed 100644 --- a/doc/webserver/user-manual/installation.html +++ b/doc/webserver/user-manual/installation.html @@ -128,8 +128,8 @@diff --git a/doc/webserver/user-manual/introduction.html b/doc/webserver/user-manual/introduction.html index 4d567fa1..858d3f63 100644 --- a/doc/webserver/user-manual/introduction.html +++ b/doc/webserver/user-manual/introduction.html @@ -27,20 +27,13 @@
- tar xzvf privoxy-3.0.33-beta-src.tar.gz - cd privoxy-3.0.33-beta+tar xzvf privoxy-3.0.33-stable-src.tar.gz + cd privoxy-3.0.33-stable1. Introduction
-This documentation is included with the current UNRELEASED version of Privoxy, - 3.0.33, and is mostly complete at this point. The most up to date reference for the time being is still the - comments in the source files and in the individual configuration files. Development of a new version is currently - nearing completion, and includes significant changes and enhancements over earlier versions.
-Since this is a UNRELEASED version, not all new features are well tested. This documentation may be slightly out - of sync as a result (especially with git sources). And there may be bugs, though - hopefully not many!
+This documentation is included with the current stable version of Privoxy, + 3.0.33.
1.1. Features
In addition to the core features of ad blocking and cookie management, Privoxy provides many supplemental - features, some of them currently under development, that give the end-user more control, more privacy and more - freedom:
+ features, that give the end-user more control, more privacy and more freedom:
Supports "Connection: keep-alive". Outgoing connections can be kept alive independently from the diff --git a/doc/webserver/user-manual/quickstart.html b/doc/webserver/user-manual/quickstart.html index 8c14cdeb..d7aa9de8 100644 --- a/doc/webserver/user-manual/quickstart.html +++ b/doc/webserver/user-manual/quickstart.html @@ -219,7 +219,7 @@
Find user.action in the top section, and click on "Edit":
- +Figure 1. Actions Files in Use
diff --git a/doc/webserver/user-manual/startup.html b/doc/webserver/user-manual/startup.html index df27ea08..610c3e67 100644 --- a/doc/webserver/user-manual/startup.html +++ b/doc/webserver/user-manual/startup.html @@ -35,7 +35,7 @@
Please note that Privoxy can only proxy HTTP and HTTPS traffic. It will not work with FTP or other protocols.