From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 25 Feb 2020 19:45:19 +0000 (+0100)
Subject: Note that enable-https-filtering{} has to be enabled based on the CONNECT request
X-Git-Tag: v_3_0_29~480
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/appendix.html?a=commitdiff_plain;h=72e088f25b85a481b7e3ceb1aaead9837470d6cb;p=privoxy.git

Note that enable-https-filtering{} has to be enabled based on the CONNECT request

Sponsored by: Robert Klemme
---

diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml
index ecdefd06..a2a02b81 100644
--- a/doc/source/user-manual.sgml
+++ b/doc/source/user-manual.sgml
@@ -3853,6 +3853,12 @@ problem-host.example.com</screen>
     <literal><ulink url="config.html#TLS">TLS section</ulink></literal>
     of the config file have to be configured.
    </para>
+   <para>
+    Note that the action has to be enabled based on the CONNECT
+    request which doesn't contain a path. Enabling it based on
+    a pattern with path doesn't work as the path is only seen
+    by &my-app; if the action is already enabled.
+   </para>
   </listitem>
  </varlistentry>