[Privoxy-commits] [privoxy] 15/19: user-manual: Note that protocol and host have to be added

User Git git at git.privoxy.org
Sun Jan 10 15:50:54 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 1d256618be63270402824a950ed15af3a44c19c3
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Jan 6 16:51:36 2021 +0100

    user-manual: Note that protocol and host have to be added
    
    ... when rewriting the destination host for https-inspected requests.
---
 doc/source/user-manual.sgml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml
index 7ae1f95b..91a53b0f 100644
--- a/doc/source/user-manual.sgml
+++ b/doc/source/user-manual.sgml
@@ -2932,6 +2932,11 @@ example.org/blocked-example-page</screen>
     one. This can be used to rewrite the request destination behind the client's
     back, for example to specify a Tor exit relay for certain requests.
    </para>
+   <para>
+    Note that to change the destination host for
+    <link linkend="HTTPS-INSPECTION">https-inspected</link>
+    requests a protocol and host has to be added to the URI.
+   </para>
    <para>
     Please refer to the <link linkend="filter-file">filter file chapter</link>
     to learn which client-header filters are available by default, and how to

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list