From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 4 Oct 2020 15:21:35 +0000 (+0200)
Subject: Mark FEATURE_HTTPS_INSPECTION as experimental in the show-status template
X-Git-Tag: v_3_0_29~62
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@edit-actions-add-url-form?a=commitdiff_plain;h=b90a6941960caa8ed7b0fc4dc9fb5826850067f3;p=privoxy.git

Mark FEATURE_HTTPS_INSPECTION as experimental in the show-status template
---

diff --git a/templates/show-status b/templates/show-status
index a4c15e46..73a7d3ab 100644
--- a/templates/show-status
+++ b/templates/show-status
@@ -337,7 +337,7 @@
             <tr>
               <td><code>FEATURE_HTTPS_INSPECTION</code></td>
               <td>@if-FEATURE_HTTPS_INSPECTION-then@ Yes @else-not-FEATURE_HTTPS_INSPECTION@ No @endif-FEATURE_HTTPS_INSPECTION@</td>
-              <td>Allows to intercept and filter HTTPS traffic.</td>
+              <td>Allows to intercept and filter HTTPS traffic. Experimental.</td>
             </tr>
             <tr>
               <td><code>FEATURE_IMAGE_BLOCKING</code></td>