Regenerate FAQ
[privoxy.git] / doc / webserver / faq / misc.html
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