From: Roland Rosenfeld <roland@debian.org>
Date: Mon, 20 Feb 2023 10:32:12 +0000 (+0100)
Subject: show-status template: declare https-inspection non-experimental.
X-Git-Tag: v_4_0_0~197
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/static/developer-manual/faq/@default-cgi@toggle?a=commitdiff_plain;h=c81c1bb16b7ed18bfc5f19bccc96dc71827cc624;p=privoxy.git

show-status template: declare https-inspection non-experimental.
---

diff --git a/templates/show-status b/templates/show-status
index e8708c6b..896c86d2 100644
--- a/templates/show-status
+++ b/templates/show-status
@@ -339,7 +339,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. Experimental.</td>
+              <td>Allows to intercept and filter HTTPS traffic.</td>
             </tr>
             <tr>
               <td><code>FEATURE_IMAGE_BLOCKING</code></td>