[Privoxy-commits] [privoxy] 06/07: Regenerate docs
User Git
git at git.privoxy.org
Mon Feb 23 12:55:33 CET 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 03d2eadf3db01e84836d2407812aa66a41cef497
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Feb 14 13:18:46 2026 +0100
Regenerate docs
---
INSTALL | 4 +--
README | 21 +++++++----
doc/webserver/developer-manual/documentation.html | 2 +-
doc/webserver/developer-manual/index.html | 2 +-
doc/webserver/developer-manual/newrelease.html | 14 ++++----
doc/webserver/faq/index.html | 2 +-
doc/webserver/index.html | 2 +-
doc/webserver/privoxy-index.html | 2 +-
doc/webserver/user-manual/actions-file.html | 4 +--
doc/webserver/user-manual/appendix.html | 20 +++++------
doc/webserver/user-manual/config.html | 44 ++++++++++++++++++++---
doc/webserver/user-manual/configuration.html | 14 +++++---
doc/webserver/user-manual/contact.html | 4 +--
doc/webserver/user-manual/copyright.html | 9 +++--
doc/webserver/user-manual/filter-file.html | 6 ++--
doc/webserver/user-manual/howto.html | 4 +--
doc/webserver/user-manual/index.html | 9 ++---
doc/webserver/user-manual/installation.html | 8 ++---
doc/webserver/user-manual/introduction.html | 21 +++++++----
doc/webserver/user-manual/quickstart.html | 6 ++--
doc/webserver/user-manual/seealso.html | 4 +--
doc/webserver/user-manual/startup.html | 8 ++---
doc/webserver/user-manual/templates.html | 4 +--
doc/webserver/user-manual/whatsnew.html | 4 +--
24 files changed, 136 insertions(+), 82 deletions(-)
diff --git a/INSTALL b/INSTALL
index cd16ffd8..c75f2b76 100644
--- a/INSTALL
+++ b/INSTALL
@@ -39,8 +39,8 @@ compiler like gcc are required.
When building from a source tarball, first unpack the source:
- tar xzvf privoxy-4.1.0-stable-src.tar.gz
- cd privoxy-4.1.0-stable
+ tar xzvf privoxy-4.2.0-beta-src.tar.gz
+ cd privoxy-4.2.0-beta
To build the development version, you can get the source code by doing:
diff --git a/README b/README
index 0e095d31..e6589428 100644
--- a/README
+++ b/README
@@ -32,8 +32,9 @@
*
*********************************************************************/
-This README is included with Privoxy 4.1.0. See https://www.privoxy.org/ for
-more information. The current code maturity level is "stable".
+This README is included with the development version of Privoxy 4.2.0. See
+https://www.privoxy.org/ for more information. The current code maturity level
+is "UNRELEASED", but seems stable to us :).
-------------------------------------------------------------------------------
@@ -104,16 +105,22 @@ try it with FTP or other protocols for the simple reason it does not work.
The actions list can be configured via the web interface accessed via http://
p.p/, as well other options.
+All configuration files are subject to unannounced changes during the
+development process.
+
-------------------------------------------------------------------------------
5. DOCUMENTATION
-There should be documentation in the 'doc' subdirectory. In particular, see the
-User Manual there, the FAQ, and those interested in Privoxy development, should
-look at developer-manual.
+There should be documentation in the 'doc' subdirectory, but it may not be
+completed at this point. In particular, see the User Manual there, the FAQ, and
+those interested in Privoxy development, should look at developer-manual.
-The source and configuration files are all well commented. The main
-configuration files are: 'config', 'default.action', and 'default.filter'.
+The most up to date source of information on the current development version,
+may still be either comments in the source code, or the included configuration
+files. The source and configuration files are all well commented. The main
+configuration files are: 'config', 'default.action', and 'default.filter' in
+the top-level source directory.
Included documentation may vary according to platform and packager. All
documentation is posted on https://www.privoxy.org, in case you don't have it,
diff --git a/doc/webserver/developer-manual/documentation.html b/doc/webserver/developer-manual/documentation.html
index 254c187c..26fee921 100644
--- a/doc/webserver/developer-manual/documentation.html
+++ b/doc/webserver/developer-manual/documentation.html
@@ -236,7 +236,7 @@
<tbody>
<tr>
<td><span class="emphasis"><i class="EMPHASIS">p-version</i></span>: the <span class=
- "APPLICATION">Privoxy</span> version string, e.g. <span class="QUOTE">"4.1.0"</span>.</td>
+ "APPLICATION">Privoxy</span> version string, e.g. <span class="QUOTE">"4.2.0"</span>.</td>
</tr>
<tr>
<td><span class="emphasis"><i class="EMPHASIS">p-status</i></span>: the project status, either
diff --git a/doc/webserver/developer-manual/index.html b/doc/webserver/developer-manual/index.html
index e55963c0..731211b3 100644
--- a/doc/webserver/developer-manual/index.html
+++ b/doc/webserver/developer-manual/index.html
@@ -22,7 +22,7 @@
helpful!) reading for anyone who wants to join the team. Note that it's currently out of date and may not be
entirely correct. As always, patches are welcome.</p>
<p>Please note that this document is constantly evolving. This copy represents the state at the release of
- version 4.1.0. You can find the latest version of the this manual at <a href=
+ version 4.2.0. You can find the latest version of the this manual at <a href=
"https://www.privoxy.org/developer-manual/" target="_top">https://www.privoxy.org/developer-manual/</a>.
Please have a look at the <a href="https://www.privoxy.org/user-manual/contact.html" target="_top">contact
section in the user manual</a> if you are interested in contacting the developers.</p>
diff --git a/doc/webserver/developer-manual/newrelease.html b/doc/webserver/developer-manual/newrelease.html
index d2cefca1..bed5162f 100644
--- a/doc/webserver/developer-manual/newrelease.html
+++ b/doc/webserver/developer-manual/newrelease.html
@@ -463,7 +463,7 @@
<table border="0" bgcolor="#E0E0E0" width="100%">
<tr>
<td>
- <pre class="PROGRAMLISTING"> dch -v 4.1.0-1</pre>
+ <pre class="PROGRAMLISTING"> dch -v 4.2.0-1</pre>
</td>
</tr>
</table>
@@ -480,7 +480,7 @@
<table border="0" bgcolor="#E0E0E0" width="100%">
<tr>
<td>
- <pre class="PROGRAMLISTING"> lintian -iI ../build-area/privoxy_4.1.0-1_amd64.changes</pre>
+ <pre class="PROGRAMLISTING"> lintian -iI ../build-area/privoxy_4.2.0-1_amd64.changes</pre>
</td>
</tr>
</table>
@@ -489,7 +489,7 @@
<tr>
<td>
<pre class=
- "PROGRAMLISTING"> sudo cowbuilder --build --basepath /var/cache/pbuilder/base.cow ../build-area/privoxy_4.1.0-1.dsc</pre>
+ "PROGRAMLISTING"> sudo cowbuilder --build --basepath /var/cache/pbuilder/base.cow ../build-area/privoxy_4.2.0-1.dsc</pre>
</td>
</tr>
</table>
@@ -498,19 +498,19 @@
<tr>
<td>
<pre class=
- "PROGRAMLISTING"> autopkgtest /var/cache/pbuilder/result/privoxy_4.1.0-1_amd64.changes -s -- schroot sid</pre>
+ "PROGRAMLISTING"> autopkgtest /var/cache/pbuilder/result/privoxy_4.2.0-1_amd64.changes -s -- schroot sid</pre>
</td>
</tr>
</table>
<p>Or just push the changes to salsa.debian.org, where a CI pipeline is defined for the package, that builds
and tests it.</p>
<p>If everything is okay, run cowbuilder with i386 and amd64 environments for current Debian stable release and
- build privoxy_4.1.0-1_i386.deb and privoxy_4.1.0-1_amd64.deb. Then sign both files:</p>
+ build privoxy_4.2.0-1_i386.deb and privoxy_4.2.0-1_amd64.deb. Then sign both files:</p>
<table border="0" bgcolor="#E0E0E0" width="100%">
<tr>
<td>
- <pre class="PROGRAMLISTING"> gpg --detach-sign --armor privoxy_4.1.0-1_i386.deb
- gpg --detach-sign --armor privoxy_4.1.0-1_amd64.deb</pre>
+ <pre class="PROGRAMLISTING"> gpg --detach-sign --armor privoxy_4.2.0-1_i386.deb
+ gpg --detach-sign --armor privoxy_4.2.0-1_amd64.deb</pre>
</td>
</tr>
</table>
diff --git a/doc/webserver/faq/index.html b/doc/webserver/faq/index.html
index d56dc7dc..d512e870 100644
--- a/doc/webserver/faq/index.html
+++ b/doc/webserver/faq/index.html
@@ -38,7 +38,7 @@
</li>
</ul>
<p>Please note that this document is a work in progress. This copy represents the state at the release of
- version 4.1.0. You can find the latest version of the document at <a href="https://www.privoxy.org/faq/"
+ version 4.2.0. You can find the latest version of the document at <a href="https://www.privoxy.org/faq/"
target="_top">https://www.privoxy.org/faq/</a>. Please see the <a href="contact.html">Contact section</a> if
you want to contact the developers.</p>
</div>
diff --git a/doc/webserver/index.html b/doc/webserver/index.html
index ea82d6ca..235f2026 100644
--- a/doc/webserver/index.html
+++ b/doc/webserver/index.html
@@ -32,7 +32,7 @@
<p><a href="https://www.privoxy.org/donate" target="_top">https://www.privoxy.org/donate</a></p>
</li>
</ul>
- <p>The most recent release is <a href="announce.txt" target="_top">4.1.0 (stable)</a>.</p>
+ <p>The most recent release is <a href="announce.txt" target="_top">4.2.0 (UNRELEASED)</a>.</p>
</div>
</div>
<hr>
diff --git a/doc/webserver/privoxy-index.html b/doc/webserver/privoxy-index.html
index 5e5a7992..7b980372 100644
--- a/doc/webserver/privoxy-index.html
+++ b/doc/webserver/privoxy-index.html
@@ -12,7 +12,7 @@
<div class="ARTICLE">
<div class="TITLEPAGE">
<h1 class="TITLE"><a name="AEN2" id="AEN2">Privoxy - The Privacy Enhancing Proxy</a></h1>
- <h2 class="SUBTITLE">Project Index Page v4.1.0</h2>
+ <h2 class="SUBTITLE">Project Index Page v4.2.0</h2>
<div>
<div class="ABSTRACT">
<a name="AEN5" id="AEN5"></a>
diff --git a/doc/webserver/user-manual/actions-file.html b/doc/webserver/user-manual/actions-file.html
index 03a24963..ec050214 100644
--- a/doc/webserver/user-manual/actions-file.html
+++ b/doc/webserver/user-manual/actions-file.html
@@ -4,7 +4,7 @@
<head>
<title>Actions Files</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="The Main Configuration File" href="config.html">
<link rel="NEXT" title="Filter Files" href="filter-file.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="config.html" accesskey="P">Prev</a></td>
diff --git a/doc/webserver/user-manual/appendix.html b/doc/webserver/user-manual/appendix.html
index 3c8e41e9..03c2e133 100644
--- a/doc/webserver/user-manual/appendix.html
+++ b/doc/webserver/user-manual/appendix.html
@@ -4,7 +4,7 @@
<head>
<title>Appendix</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="See Also" href="seealso.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -14,7 +14,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="seealso.html" accesskey="P">Prev</a></td>
@@ -202,7 +202,7 @@
these. If not, you will get a friendly error message. Internet access is not necessary either.</p>
<ul>
<li>
- <p>Privoxy main page:</p><a name="AEN6595" id="AEN6595"></a>
+ <p>Privoxy main page:</p><a name="AEN6633" id="AEN6633"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/" target="_top">http://config.privoxy.org/</a></p>
</blockquote>
@@ -211,7 +211,7 @@
"APPLICATION">Privoxy</span>)</p>
</li>
<li>
- <p>View and toggle client tags:</p><a name="AEN6603" id="AEN6603"></a>
+ <p>View and toggle client tags:</p><a name="AEN6641" id="AEN6641"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/client-tags" target=
"_top">http://config.privoxy.org/client-tags</a></p>
@@ -219,21 +219,21 @@
</li>
<li>
<p>Show information about the current configuration, including viewing and editing of actions
- files:</p><a name="AEN6608" id="AEN6608"></a>
+ files:</p><a name="AEN6646" id="AEN6646"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-status" target=
"_top">http://config.privoxy.org/show-status</a></p>
</blockquote>
</li>
<li>
- <p>Show the browser's request headers:</p><a name="AEN6613" id="AEN6613"></a>
+ <p>Show the browser's request headers:</p><a name="AEN6651" id="AEN6651"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-request" target=
"_top">http://config.privoxy.org/show-request</a></p>
</blockquote>
</li>
<li>
- <p>Show which actions apply to a URL and why:</p><a name="AEN6618" id="AEN6618"></a>
+ <p>Show which actions apply to a URL and why:</p><a name="AEN6656" id="AEN6656"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-url-info" target=
"_top">http://config.privoxy.org/show-url-info</a></p>
@@ -242,15 +242,15 @@
<li>
<p>Toggle Privoxy on or off. This feature can be turned off/on in the main <tt class="FILENAME">config</tt>
file. When toggled <span class="QUOTE">"off"</span>, <span class="QUOTE">"Privoxy"</span> continues to run,
- but only as a pass-through proxy, with no actions taking place:</p><a name="AEN6626" id="AEN6626"></a>
+ but only as a pass-through proxy, with no actions taking place:</p><a name="AEN6664" id="AEN6664"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle" target="_top">http://config.privoxy.org/toggle</a></p>
</blockquote>
- <p>Short cuts. Turn off, then on:</p><a name="AEN6630" id="AEN6630"></a>
+ <p>Short cuts. Turn off, then on:</p><a name="AEN6668" id="AEN6668"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle?set=disable" target=
"_top">http://config.privoxy.org/toggle?set=disable</a></p>
- </blockquote><a name="AEN6633" id="AEN6633"></a>
+ </blockquote><a name="AEN6671" id="AEN6671"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle?set=enable" target=
"_top">http://config.privoxy.org/toggle?set=enable</a></p>
diff --git a/doc/webserver/user-manual/config.html b/doc/webserver/user-manual/config.html
index fe9674e6..8c38e13c 100644
--- a/doc/webserver/user-manual/config.html
+++ b/doc/webserver/user-manual/config.html
@@ -4,7 +4,7 @@
<head>
<title>The Main Configuration File</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="Privoxy Configuration" href="configuration.html">
<link rel="NEXT" title="Actions Files" href="actions-file.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="configuration.html" accesskey="P">Prev</a></td>
@@ -2607,7 +2607,43 @@
</div>
</div>
<div class="SECT3">
- <h4 class="SECT3"><a name="CIPHER-LIST" id="CIPHER-LIST">7.7.6. cipher-list</a></h4>
+ <h4 class="SECT3"><a name="ELLIPTIC-CURVE-KEYS" id="ELLIPTIC-CURVE-KEYS">7.7.6. elliptic-curve-keys</a></h4>
+ <div class="VARIABLELIST">
+ <dl>
+ <dt>Specifies:</dt>
+ <dd>
+ <p>Whether or not <span class="APPLICATION">Privoxy</span> uses Elliptic-curve cryptography.</p>
+ </dd>
+ <dt>Type of value:</dt>
+ <dd>
+ <p>1 or 0</p>
+ </dd>
+ <dt>Default value:</dt>
+ <dd>
+ <p>1</p>
+ </dd>
+ <dt>Effect if unset:</dt>
+ <dd>
+ <p>Website certificates with public elliptic curve keys are being used.</p>
+ </dd>
+ <dt>Notes:</dt>
+ <dd>
+ <p>This directive specifies whether or not <span class="APPLICATION">Privoxy</span> should use
+ Elliptic-curve cryptography when generating website keys that are being used when https inspection is
+ enabled with the <tt class="LITERAL"><a href="actions-file.html#HTTPS-INSPECTION" target=
+ "_top">https-inspection</a></tt> action.</p>
+ <p>When set to 0, <span class="APPLICATION">Privoxy</span> generates website certificates that use RSA
+ keys. This is expected to be slower but may be required for compatibility with very old clients.</p>
+ </dd>
+ <dt>Example:</dt>
+ <dd>
+ <p>elliptic-curve-keys 0</p>
+ </dd>
+ </dl>
+ </div>
+ </div>
+ <div class="SECT3">
+ <h4 class="SECT3"><a name="CIPHER-LIST" id="CIPHER-LIST">7.7.7. cipher-list</a></h4>
<div class="VARIABLELIST">
<dl>
<dt>Specifies:</dt>
@@ -2726,7 +2762,7 @@
</div>
</div>
<div class="SECT3">
- <h4 class="SECT3"><a name="TRUSTED-CAS-FILE" id="TRUSTED-CAS-FILE">7.7.7. trusted-cas-file</a></h4>
+ <h4 class="SECT3"><a name="TRUSTED-CAS-FILE" id="TRUSTED-CAS-FILE">7.7.8. trusted-cas-file</a></h4>
<div class="VARIABLELIST">
<dl>
<dt>Specifies:</dt>
diff --git a/doc/webserver/user-manual/configuration.html b/doc/webserver/user-manual/configuration.html
index 911d58e5..d0500e6c 100644
--- a/doc/webserver/user-manual/configuration.html
+++ b/doc/webserver/user-manual/configuration.html
@@ -4,7 +4,7 @@
<head>
<title>Privoxy Configuration</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="Starting Privoxy" href="startup.html">
<link rel="NEXT" title="The Main Configuration File" href="config.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="startup.html" accesskey="P">Prev</a></td>
@@ -40,7 +40,7 @@
<tr>
<td>
<pre class="SCREEN"> </pre>
- <h2 class="BRIDGEHEAD"><a name="AEN912"></a> Privoxy Menu</h2>
+ <h2 class="BRIDGEHEAD"><a name="AEN915"></a> Privoxy Menu</h2>
<pre><br></pre>
<table border="0">
<tbody>
@@ -69,7 +69,7 @@
</tr>
<tr>
<td> ▪ <a href=
- "https://www.privoxy.org/4.1.0/user-manual/" target="_top">Documentation</a></td>
+ "https://www.privoxy.org/4.2.0/user-manual/" target="_top">Documentation</a></td>
</tr>
</tbody>
</table>
@@ -94,7 +94,8 @@
<h2 class="SECT2"><a name="CONFOVERVIEW">6.2. Configuration Files Overview</a></h2>
<p>For Unix, *BSD and GNU/Linux, all configuration files are located in <tt class="FILENAME">/etc/privoxy/</tt>
by default. For MS Windows these are all in the same directory as the <span class="APPLICATION">Privoxy</span>
- executable.</p>
+ executable. The name and number of configuration files has changed from previous versions, and is subject to
+ change as development progresses.</p>
<p>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:</p>
<ul>
@@ -145,6 +146,9 @@
listening address of <span class="APPLICATION">Privoxy</span>, these <span class="QUOTE">"wake up"</span>
requests must obviously be sent to the <span class="emphasis"><i class="EMPHASIS">old</i></span> listening
address.</p>
+ <p>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 <span class="QUOTE">"default"</span> setting, may
+ change, so please check all your configuration files on important issues.</p>
</div>
</div>
<div class="NAVFOOTER">
diff --git a/doc/webserver/user-manual/contact.html b/doc/webserver/user-manual/contact.html
index 21f4347e..89eb6e7e 100644
--- a/doc/webserver/user-manual/contact.html
+++ b/doc/webserver/user-manual/contact.html
@@ -4,7 +4,7 @@
<head>
<title>Contacting the Developers, Bug Reporting and Feature Requests</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="HOWTOs" href="howto.html">
<link rel="NEXT" title="Privoxy Copyright, License and History" href="copyright.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="howto.html" accesskey="P">Prev</a></td>
diff --git a/doc/webserver/user-manual/copyright.html b/doc/webserver/user-manual/copyright.html
index c875de6d..641c7c6d 100644
--- a/doc/webserver/user-manual/copyright.html
+++ b/doc/webserver/user-manual/copyright.html
@@ -4,7 +4,7 @@
<head>
<title>Privoxy Copyright, License and History</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="Contacting the Developers, Bug Reporting and Feature Requests" href="contact.html">
<link rel="NEXT" title="See Also" href="seealso.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="contact.html" accesskey="P">Prev</a></td>
@@ -1085,9 +1085,8 @@ Public License instead of this License. But first, please read
"_top">brotli</a>.</p>
<p>When compiled with FEATURE_HTTPS_INSPECTION (optional), Privoxy depends on a TLS library. The supported
libraries are <a href="https://www.libressl.org/" target="_top">LibreSSL</a>, <a href=
- "https://github.com/Mbed-TLS/mbedtls/tags" target="_top">mbed TLS 2.28.x</a> and <a href=
- "https://www.openssl.org/" target="_top">OpenSSL</a> and <a href="https://www.wolfssl.com/" target=
- "_top">wolfSSL</a>.</p>
+ "https://github.com/Mbed-TLS/mbedtls/" target="_top">mbed TLS</a>, <a href="https://www.openssl.org/" target=
+ "_top">OpenSSL</a> and <a href="https://www.wolfssl.com/" target="_top">wolfSSL</a>.</p>
<p>When compiled with FEATURE_ZLIB (optional), Privoxy depends on <a href="https://zlib.net/" target=
"_top">zlib</a>.</p>
<p>When compiled with FEATURE_ZSTD (optional), Privoxy depends on <a href="https://facebook.github.io/zstd/"
diff --git a/doc/webserver/user-manual/filter-file.html b/doc/webserver/user-manual/filter-file.html
index 36061080..33953ad0 100644
--- a/doc/webserver/user-manual/filter-file.html
+++ b/doc/webserver/user-manual/filter-file.html
@@ -4,7 +4,7 @@
<head>
<title>Filter Files</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="Actions Files" href="actions-file.html">
<link rel="NEXT" title="Privoxy's Template Files" href="templates.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="actions-file.html" accesskey="P">Prev</a></td>
@@ -95,7 +95,7 @@
<p>Note that '$' is a bad choice for a delimiter in a dynamic filter as you might end up with unintended variables
if you use a variable name directly after the delimiter. Variables will be resolved without escaping anything,
therefore you also have to be careful not to chose delimiters that appear in the replacement text. For example
- '<' should be save, while '?' will sooner or later cause conflicts with $url.</p>
+ '<' should be save, while '?' will sooner or later cause conflicts with $url.</p>
<p>The non-standard option letter <tt class="LITERAL">T</tt> (trivial) prevents parsing for backreferences in the
substitute. Use it if you want to include text like '$&' in your substitute without quoting.</p>
<p>If you are new to <a href="https://en.wikipedia.org/wiki/Regular_expressions" target="_top"><span class=
diff --git a/doc/webserver/user-manual/howto.html b/doc/webserver/user-manual/howto.html
index 79a43ce8..0f4ad77c 100644
--- a/doc/webserver/user-manual/howto.html
+++ b/doc/webserver/user-manual/howto.html
@@ -4,7 +4,7 @@
<head>
<title>HOWTOs</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="Privoxy's Template Files" href="templates.html">
<link rel="NEXT" title="Contacting the Developers, Bug Reporting and Feature Requests" href="contact.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="templates.html" accesskey="P">Prev</a></td>
diff --git a/doc/webserver/user-manual/index.html b/doc/webserver/user-manual/index.html
index 5d0d88bd..b160a849 100644
--- a/doc/webserver/user-manual/index.html
+++ b/doc/webserver/user-manual/index.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
- <title>Privoxy 4.1.0 User Manual</title>
+ <title>Privoxy 4.2.0 User Manual</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
<link rel="NEXT" title="Introduction" href="introduction.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -12,7 +12,7 @@
<body class="ARTICLE" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="ARTICLE">
<div class="TITLEPAGE">
- <h1 class="TITLE"><a name="AEN2" id="AEN2">Privoxy 4.1.0 User Manual</a></h1>
+ <h1 class="TITLE"><a name="AEN2" id="AEN2">Privoxy 4.2.0 User Manual</a></h1>
<p class="PUBDATE"><sub><a href="copyright.html">Copyright</a> © 2001-2026 by <a href=
"https://www.privoxy.org/" target="_top">Privoxy Developers</a></sub><br></p>
<div>
@@ -201,8 +201,9 @@
<dt>7.7.3. <a href="config.html#CA-KEY-FILE">ca-key-file</a></dt>
<dt>7.7.4. <a href="config.html#CA-PASSWORD">ca-password</a></dt>
<dt>7.7.5. <a href="config.html#CERTIFICATE-DIRECTORY">certificate-directory</a></dt>
- <dt>7.7.6. <a href="config.html#CIPHER-LIST">cipher-list</a></dt>
- <dt>7.7.7. <a href="config.html#TRUSTED-CAS-FILE">trusted-cas-file</a></dt>
+ <dt>7.7.6. <a href="config.html#ELLIPTIC-CURVE-KEYS">elliptic-curve-keys</a></dt>
+ <dt>7.7.7. <a href="config.html#CIPHER-LIST">cipher-list</a></dt>
+ <dt>7.7.8. <a href="config.html#TRUSTED-CAS-FILE">trusted-cas-file</a></dt>
</dl>
</dd>
<dt>7.8. <a href="config.html#WINDOWS-GUI">Windows GUI Options</a></dt>
diff --git a/doc/webserver/user-manual/installation.html b/doc/webserver/user-manual/installation.html
index 43c01ff8..bff95416 100644
--- a/doc/webserver/user-manual/installation.html
+++ b/doc/webserver/user-manual/installation.html
@@ -4,7 +4,7 @@
<head>
<title>Installation</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="Introduction" href="introduction.html">
<link rel="NEXT" title="What's New in this Release" href="whatsnew.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="introduction.html" accesskey="P">Prev</a></td>
@@ -131,8 +131,8 @@
<table border="0" bgcolor="#E0E0E0" width="100%">
<tr>
<td>
- <pre class="SCREEN"> tar xzvf privoxy-4.1.0-stable-src.tar.gz
- cd privoxy-4.1.0-stable</pre>
+ <pre class="SCREEN"> tar xzvf privoxy-4.2.0-beta-src.tar.gz
+ cd privoxy-4.2.0-beta</pre>
</td>
</tr>
</table>
diff --git a/doc/webserver/user-manual/introduction.html b/doc/webserver/user-manual/introduction.html
index 59d76292..9e22d4b4 100644
--- a/doc/webserver/user-manual/introduction.html
+++ b/doc/webserver/user-manual/introduction.html
@@ -4,8 +4,8 @@
<head>
<title>Introduction</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
- <link rel="PREVIOUS" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
+ <link rel="PREVIOUS" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="NEXT" title="Installation" href="installation.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="index.html" accesskey="P">Prev</a></td>
@@ -27,13 +27,20 @@
</div>
<div class="SECT1">
<h1 class="SECT1"><a name="INTRODUCTION" id="INTRODUCTION">1. Introduction</a></h1>
- <p>This documentation is included with the current stable version of <span class="APPLICATION">Privoxy</span>,
- 4.1.0.</p>
+ <p>This documentation is included with the current UNRELEASED version of <span class="APPLICATION">Privoxy</span>,
+ 4.2.0, 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.</p>
+ <p>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 <a href="https://www.privoxy.org/gitweb/?p=privoxy.git;a=summary" target=
+ "_top">git sources</a>). And there <span class="emphasis"><i class="EMPHASIS">may be</i></span> bugs, though
+ hopefully not many!</p>
<div class="SECT2">
<h2 class="SECT2"><a name="FEATURES" id="FEATURES">1.1. Features</a></h2>
<p>In addition to the core features of ad blocking and <a href="https://en.wikipedia.org/wiki/Browser_cookie"
target="_top">cookie</a> management, <span class="APPLICATION">Privoxy</span> provides many supplemental
- features, that give the end-user more control, more privacy and more freedom:</p>
+ features, some of them currently under development, that give the end-user more control, more privacy and more
+ freedom:</p>
<ul>
<li>
<p>Supports "Connection: keep-alive". Outgoing connections can be kept alive independently from the
@@ -104,7 +111,7 @@
<td width="33%" align="right" valign="top"><a href="installation.html" accesskey="N">Next</a></td>
</tr>
<tr>
- <td width="33%" align="left" valign="top">Privoxy 4.1.0 User Manual</td>
+ <td width="33%" align="left" valign="top">Privoxy 4.2.0 User Manual</td>
<td width="34%" align="center" valign="top"> </td>
<td width="33%" align="right" valign="top">Installation</td>
</tr>
diff --git a/doc/webserver/user-manual/quickstart.html b/doc/webserver/user-manual/quickstart.html
index ff89b924..b33508af 100644
--- a/doc/webserver/user-manual/quickstart.html
+++ b/doc/webserver/user-manual/quickstart.html
@@ -4,7 +4,7 @@
<head>
<title>Quickstart to Using Privoxy</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="What's New in this Release" href="whatsnew.html">
<link rel="NEXT" title="Starting Privoxy" href="startup.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="whatsnew.html" accesskey="P">Prev</a></td>
@@ -219,7 +219,7 @@
<p>Find <tt class="FILENAME">user.action</tt> in the top section, and click on <span class=
"QUOTE">"<span class="GUIBUTTON">Edit</span>"</span>:</p>
<div class="FIGURE">
- <a name="AEN679" id="AEN679"></a>
+ <a name="AEN682" id="AEN682"></a>
<p><b>Figure 1. Actions Files in Use</b></p>
<div class="MEDIAOBJECT">
<p><img src="files-in-use.jpg"></p>
diff --git a/doc/webserver/user-manual/seealso.html b/doc/webserver/user-manual/seealso.html
index a0647667..9461f564 100644
--- a/doc/webserver/user-manual/seealso.html
+++ b/doc/webserver/user-manual/seealso.html
@@ -4,7 +4,7 @@
<head>
<title>See Also</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="Privoxy Copyright, License and History" href="copyright.html">
<link rel="NEXT" title="Appendix" href="appendix.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="copyright.html" accesskey="P">Prev</a></td>
diff --git a/doc/webserver/user-manual/startup.html b/doc/webserver/user-manual/startup.html
index ea4b2e2c..96006b3c 100644
--- a/doc/webserver/user-manual/startup.html
+++ b/doc/webserver/user-manual/startup.html
@@ -4,7 +4,7 @@
<head>
<title>Starting Privoxy</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="Quickstart to Using Privoxy" href="quickstart.html">
<link rel="NEXT" title="Privoxy Configuration" href="configuration.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="quickstart.html" accesskey="P">Prev</a></td>
@@ -35,7 +35,7 @@
<p>Please note that <span class="APPLICATION">Privoxy</span> can only proxy HTTP and HTTPS traffic. It will not
work with FTP or other protocols.</p>
<div class="FIGURE">
- <a name="AEN733" id="AEN733"></a>
+ <a name="AEN736" id="AEN736"></a>
<p><b>Figure 2. Proxy Configuration Showing Mozilla Firefox HTTP and HTTPS (SSL) Settings</b></p>
<div class="MEDIAOBJECT">
<p><img src="proxy_setup.jpg"></p>
@@ -66,7 +66,7 @@
protocols"</span> is <span class="emphasis"><i class="EMPHASIS">UNCHECKED</i></span>. You want only HTTP and HTTPS
(SSL)!</p>
<div class="FIGURE">
- <a name="AEN775" id="AEN775"></a>
+ <a name="AEN778" id="AEN778"></a>
<p><b>Figure 3. Proxy Configuration Showing Internet Explorer HTTP and HTTPS (Secure) Settings</b></p>
<div class="MEDIAOBJECT">
<p><img src="proxy2.jpg"></p>
diff --git a/doc/webserver/user-manual/templates.html b/doc/webserver/user-manual/templates.html
index 2ff272ce..cd7c8a1a 100644
--- a/doc/webserver/user-manual/templates.html
+++ b/doc/webserver/user-manual/templates.html
@@ -4,7 +4,7 @@
<head>
<title>Privoxy's Template Files</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="Filter Files" href="filter-file.html">
<link rel="NEXT" title="HOWTOs" href="howto.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="filter-file.html" accesskey="P">Prev</a></td>
diff --git a/doc/webserver/user-manual/whatsnew.html b/doc/webserver/user-manual/whatsnew.html
index 141a6eaf..3806a140 100644
--- a/doc/webserver/user-manual/whatsnew.html
+++ b/doc/webserver/user-manual/whatsnew.html
@@ -4,7 +4,7 @@
<head>
<title>What's New in this Release</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
- <link rel="HOME" title="Privoxy 4.1.0 User Manual" href="index.html">
+ <link rel="HOME" title="Privoxy 4.2.0 User Manual" href="index.html">
<link rel="PREVIOUS" title="Installation" href="installation.html">
<link rel="NEXT" title="Quickstart to Using Privoxy" href="quickstart.html">
<link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <th colspan="3" align="center">Privoxy 4.1.0 User Manual</th>
+ <th colspan="3" align="center">Privoxy 4.2.0 User Manual</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href="installation.html" accesskey="P">Prev</a></td>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list