From 451aee257c85b6bb32a0ef55c9f516e3b32266c9 Mon Sep 17 00:00:00 2001
From: Fabian Keil
Privoxy main page:
+Privoxy main page:
@@ -211,7 +211,7 @@ "APPLICATION">Privoxy)
View and toggle client tags:
+View and toggle client tags:
@@ -219,21 +219,21 @@
Show information about the current configuration, including viewing and editing of actions - files:
+ files:Show the browser's request headers:
+Show the browser's request headers:
Show which actions apply to a URL and why:
+Show which actions apply to a URL and why:
http://config.privoxy.org/show-url-info
@@ -242,15 +242,15 @@Toggle Privoxy on or off. This feature can be turned off/on in the main config file. When toggled "off", "Privoxy" continues to run, - but only as a pass-through proxy, with no actions taking place:
+ but only as a pass-through proxy, with no actions taking place:-Short cuts. Turn off, then on:
+Short cuts. Turn off, then on:
-+
http://config.privoxy.org/toggle?set=enable
diff --git a/doc/webserver/user-manual/howto.html b/doc/webserver/user-manual/howto.html index c4af7ddb..8d901d71 100644 --- a/doc/webserver/user-manual/howto.html +++ b/doc/webserver/user-manual/howto.html @@ -75,20 +75,21 @@ check if this feature is enabled at http://config.privoxy.org/show-status in the "Conditional #defines" section.If the feature is not enabled, you may need to build Privoxy - from source to enable it. You can choose to use either MbedTLS or OpenSSL. You can choose either one, as they both behave the same - for HTTPS inspection.
-After installing the development libraries for either OpenSSL or MbedTLS, you can run ./configure with either the --with-openssl or --with-mbedtls option.
+ from source to enable it. You can choose to use LibreSSL, MbedTLS, + OpenSSL or wolfSSL. You can choose either one, as they behave the same for HTTPS inspection. +After installing the development libraries for the TLS library you want to use, you can run ./configure with the --with-openssl for LibreSSL and OpenSSL or --with-mbedtls or --with-wolfssl option.
Check the output of ./configure, it must contain one of these the following two lines, otherwise HTTPS inspection will not work:
-- 2.49.0
configure: Detected OpenSSL. Enabling https inspection. - configure: Detected mbedTLS. Enabling https inspection.+ configure: Detected mbedTLS. Enabling https inspection. + configure: Detected wolfSSL. Enabling https inspection.