From: Fabian Keil <fk@fabiankeil.de> Date: Sat, 30 Dec 2017 10:11:14 +0000 (+0100) Subject: Add brief HTTP/2 FAQ X-Git-Tag: v_3_0_27~80 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/diff?a=commitdiff_plain;h=b963216050e4d3fe044c2433cbf3600e84d1d8f7;p=privoxy.git Add brief HTTP/2 FAQ --- diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 5cf9ae54..a1b3d2be 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -2054,6 +2054,20 @@ ads used to be. Why?</title> </sect2> +<sect2 renderas="sect3" id="http2"> +<title>Does Privoxy support HTTP/2?</title> +<para> + Privoxy currently doesn't parse HTTP/2 but applications + cann tunnel HTTP/2 through Privoxy if Privoxy is configured + to allow CONNECT requests (default) which are also used + for HTTPS. +</para> +<para> + Adding HTTP/2 support is on the TODO list but currently + nobody is known to work on it. +</para> +</sect2> + <sect2 renderas="sect3" id="secure"> <title>Privoxy runs as a <quote>server</quote>. How secure is it? Do I need to take any special precautions?</title>