From 1cca73f62243403dcede83e522496f1b78460b8d Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 6 Jun 2020 09:45:39 +0200 Subject: [PATCH] Regenerate FAQ --- doc/webserver/faq/configuration.html | 3 ++- doc/webserver/faq/copyright.html | 4 ++-- doc/webserver/faq/general.html | 6 +++--- doc/webserver/faq/index.html | 6 +++--- doc/webserver/faq/misc.html | 11 ++++++++--- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/doc/webserver/faq/configuration.html b/doc/webserver/faq/configuration.html index 76ce4684..9c30195b 100644 --- a/doc/webserver/faq/configuration.html +++ b/doc/webserver/faq/configuration.html @@ -368,7 +368,8 @@ trickier because the syntax can vary widely, and thus requires a certain amount of guesswork. It is not realistic to catch all of these short of disabling Javascript, which would break many sites. And lastly, if the cookies are embedded in a HTTPS/SSL secure session via Javascript, they are beyond Privoxy's - reach.

+ reach unless you enable https-inspection.

All in all, Privoxy can help manage cookies in general, can help minimize the loss of privacy posed by cookies, but can't realistically stop all cookies.

diff --git a/doc/webserver/faq/copyright.html b/doc/webserver/faq/copyright.html index 1a0a7d6e..262accbe 100644 --- a/doc/webserver/faq/copyright.html +++ b/doc/webserver/faq/copyright.html @@ -33,7 +33,7 @@ "APPLICATION">Junkbuster (tm) FAQ, and modified as appropriate for Privoxy.

-

7.1. License

+

7.1. License

Privoxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.

@@ -43,7 +43,7 @@ "CITETITLE">license for details.

-

7.2. History

+

7.2. History

A long time ago, there was the Internet Junkbuster, by Anonymous Coders and Junkbusters Corporation. This saved many users a lot of pain in the early days of web advertising and user tracking.

diff --git a/doc/webserver/faq/general.html b/doc/webserver/faq/general.html index 5659c95f..93ce92f1 100644 --- a/doc/webserver/faq/general.html +++ b/doc/webserver/faq/general.html @@ -347,19 +347,19 @@

We are currently offering the following sponsor levels as an experiment:

-
Gold (10000 EUR/year)
+
Gold (12000 USD/year)

Logo shown at the bottom of the Privoxy homepage. Logo, link and self description on the sponsor page.

-
Silver (1000 EUR/year)
+
Silver (1200 USD/year)

Logo shown randomly at the bottom of the Privoxy homepage. Logo, link and self description on the sponsor page.

-
Bronze (500 EUR/year)
+
Bronze (600 USD/year)

Logo and link on the sponsor page.

diff --git a/doc/webserver/faq/index.html b/doc/webserver/faq/index.html index 07a7967e..878eb930 100644 --- a/doc/webserver/faq/index.html +++ b/doc/webserver/faq/index.html @@ -12,7 +12,7 @@

Privoxy Frequently Asked Questions

-

Copyright © 2001-2018 by Copyright © 2001-2020 by Privoxy Developers

@@ -285,8 +285,8 @@
7. Privoxy Copyright, License and History
-
7.1. License
-
7.2. History
+
7.1. License
+
7.2. History
diff --git a/doc/webserver/faq/misc.html b/doc/webserver/faq/misc.html index b57d0295..12a4549f 100644 --- a/doc/webserver/faq/misc.html +++ b/doc/webserver/faq/misc.html @@ -286,8 +286,11 @@

4.15. How can Privoxy filter Secure (HTTPS) URLs?

-

Since secure HTTP connections are encrypted SSL sessions between your browser and the secure site, and are - meant to be reliably secure, there is little that +

If you enable https-inspection + Privoxy will impersonate the destination server and can thus filter encrypted + requests and responses as well.

+

Without https-inspection secure + HTTP connections are encrypted SSL sessions between your browser and the secure site, and there is little that Privoxy can do but hand the raw gibberish data though from one end to the other unprocessed.

The only exception to this is blocking by host patterns, as the client needs to tell 4.16. Does Privoxy support HTTP/2?

Privoxy currently doesn't parse HTTP/2 but applications can tunnel HTTP/2 through Privoxy if Privoxy is configured to allow CONNECT requests (default) which are also used for HTTPS.

-

Adding HTTP/2 support is on the TODO list but currently nobody is known to work on it.

+

Adding HTTP/2 support is on the TODO list but + currently nobody is known to work on it.