Regenerate FAQ
authorFabian Keil <fk@fabiankeil.de>
Sat, 6 Jun 2020 07:45:39 +0000 (09:45 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 7 Jun 2020 09:27:12 +0000 (11:27 +0200)
doc/webserver/faq/configuration.html
doc/webserver/faq/copyright.html
doc/webserver/faq/general.html
doc/webserver/faq/index.html
doc/webserver/faq/misc.html

index 76ce468..9c30195 100644 (file)
       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 <span class="APPLICATION">Privoxy's</span>
-      reach.</p>
+      reach unless you enable <a href="../user-manual/actions-file.html#HTTPS-INSPECTION" target=
+      "_top">https-inspection</a>.</p>
       <p>All in all, <span class="APPLICATION">Privoxy</span> can help manage cookies in general, can help minimize the
       loss of privacy posed by cookies, but can't realistically stop all cookies.</p>
     </div>
index 1a0a7d6..262accb 100644 (file)
@@ -33,7 +33,7 @@
     "APPLICATION">Junkbuster</span> (tm) FAQ, and modified as appropriate for <span class=
     "APPLICATION">Privoxy</span>.</p>
     <div class="SECT2">
-      <h2 class="SECT2"><a name="AEN1499" id="AEN1499">7.1. License</a></h2>
+      <h2 class="SECT2"><a name="AEN1504" id="AEN1504">7.1. License</a></h2>
       <p><span class="APPLICATION">Privoxy</span> is free software; you can redistribute it and/or modify it under the
       terms of the <i class="CITETITLE">GNU General Public License</i>, version 2, as published by the Free Software
       Foundation.</p>
@@ -43,7 +43,7 @@
       "CITETITLE">license</i></a> for details.</p>
     </div>
     <div class="SECT2">
-      <h2 class="SECT2"><a name="AEN1508" id="AEN1508">7.2. History</a></h2>
+      <h2 class="SECT2"><a name="AEN1513" id="AEN1513">7.2. History</a></h2>
       <p>A long time ago, there was the <span class="APPLICATION">Internet Junkbuster</span>, by Anonymous Coders and
       Junkbusters Corporation. This saved many users a lot of pain in the early days of web advertising and user
       tracking.</p>
index 5659c95..93ce92f 100644 (file)
       <p>We are currently offering the following sponsor levels as an experiment:</p>
       <div class="VARIABLELIST">
         <dl>
-          <dt>Gold (10000 EUR/year)</dt>
+          <dt>Gold (12000 USD/year)</dt>
           <dd>
             <p>Logo shown at the bottom of the <a href="https://www.privoxy.org/" target="_top">Privoxy homepage</a>.
             Logo, link and self description on the <a href="https://www.privoxy.org/sponsors/" target="_top">sponsor
             page</a>.</p>
           </dd>
-          <dt>Silver (1000 EUR/year)</dt>
+          <dt>Silver (1200 USD/year)</dt>
           <dd>
             <p>Logo shown randomly at the bottom of the <a href="https://www.privoxy.org/" target="_top">Privoxy
             homepage</a>. Logo, link and self description on the <a href="https://www.privoxy.org/sponsors/" target=
             "_top">sponsor page</a>.</p>
           </dd>
-          <dt>Bronze (500 EUR/year)</dt>
+          <dt>Bronze (600 USD/year)</dt>
           <dd>
             <p>Logo and link on the <a href="https://www.privoxy.org/sponsors/" target="_top">sponsor page</a>.</p>
           </dd>
index 07a7967..878eb93 100644 (file)
@@ -12,7 +12,7 @@
   <div class="ARTICLE">
     <div class="TITLEPAGE">
       <h1 class="TITLE"><a name="AEN2" id="AEN2">Privoxy Frequently Asked Questions</a></h1>
-      <p class="PUBDATE"><sub><a href="copyright.html">Copyright</a> &copy; 2001-2018 by <a href=
+      <p class="PUBDATE"><sub><a href="copyright.html">Copyright</a> &copy; 2001-2020 by <a href=
       "https://www.privoxy.org/" target="_top">Privoxy Developers</a></sub><br></p>
       <div>
         <div class="ABSTRACT">
         <dt>7. <a href="copyright.html">Privoxy Copyright, License and History</a></dt>
         <dd>
           <dl>
-            <dt>7.1. <a href="copyright.html#AEN1499">License</a></dt>
-            <dt>7.2. <a href="copyright.html#AEN1508">History</a></dt>
+            <dt>7.1. <a href="copyright.html#AEN1504">License</a></dt>
+            <dt>7.2. <a href="copyright.html#AEN1513">History</a></dt>
           </dl>
         </dd>
       </dl>
index b57d029..12a4549 100644 (file)
     </div>
     <div class="SECT2">
       <h3 class="SECT2"><a name="SSL" id="SSL">4.15. How can Privoxy filter Secure (HTTPS) URLs?</a></h3>
-      <p>Since secure HTTP connections are encrypted SSL sessions between your browser and the secure site, and are
-      meant to be reliably <span class="emphasis"><i class="EMPHASIS">secure</i></span>, there is little that
+      <p>If you enable <a href="../user-manual/actions-file.html#HTTPS-INSPECTION" target="_top">https-inspection</a>
+      <span class="APPLICATION">Privoxy</span> will impersonate the destination server and can thus filter encrypted
+      requests and responses as well.</p>
+      <p>Without <a href="../user-manual/actions-file.html#HTTPS-INSPECTION" target="_top">https-inspection</a> secure
+      HTTP connections are encrypted SSL sessions between your browser and the secure site, and there is little that
       <span class="APPLICATION">Privoxy</span> can do but hand the raw gibberish data though from one end to the other
       unprocessed.</p>
       <p>The only exception to this is blocking by host patterns, as the client needs to tell <span class=
       <h3 class="SECT2"><a name="HTTP2" id="HTTP2">4.16. Does Privoxy support HTTP/2?</a></h3>
       <p>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.</p>
-      <p>Adding HTTP/2 support is on the TODO list but currently nobody is known to work on it.</p>
+      <p>Adding HTTP/2 support is on the <a href=
+      "https://www.privoxy.org/gitweb/?p=privoxy.git;a=blob_plain;f=TODO;hb=HEAD" target="_top">TODO</a> list but
+      currently nobody is known to work on it.</p>
     </div>
     <div class="SECT2">
       <h3 class="SECT2"><a name="SECURE" id="SECURE">4.17. Privoxy runs as a <span class="QUOTE">"server"</span>. How