From b963216050e4d3fe044c2433cbf3600e84d1d8f7 Mon Sep 17 00:00:00 2001 From: Fabian Keil <fk@fabiankeil.de> Date: Sat, 30 Dec 2017 11:11:14 +0100 Subject: [PATCH] Add brief HTTP/2 FAQ --- doc/source/faq.sgml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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> -- 2.49.0