Mark FEATURE_HTTPS_INSPECTION as experimental in the show-status template
[privoxy.git] / templates / show-status
index 9d5a5fc..73a7d3a 100644 (file)
       <td class="box">
         <h2>Content Filter Statistics:</h2>
         <table summary="Statistics for content filters" border="1">
-         <tr><th>Filter name</th><th>Executions</th><th>Pages modified</th><th>Hits</th></tr>
+         <tr><th>Filter name</th><th>Executions</th><th>Response bodies modified</th><th>Hits</th></tr>
 @filter-statistics@        </table>
       </td>
     </tr>
             <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>
               <td><code>FEATURE_ZLIB</code></td>
               <td>@if-FEATURE_ZLIB-then@ Yes @else-not-FEATURE_ZLIB@ No @endif-FEATURE_ZLIB@</td>
               <td>Allows to decompress gzip and zlib compressed documents for filtering.
-                Requires external zlib library and hasn't been tested on all platforms.</td>
+                Requires external zlib library.</td>
             </tr>
           </table>
       </td>