X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fshow-status;h=c890a3e6ed38af43425d3aabceb0546a66feb59a;hb=b9d96835b666ba142057c0ef0c426d23b8bbd3d1;hp=43dec31fbe7dde052cb9682e27b2ec6b66fb69db;hpb=f4107f65b676b63a199fe4230e58695757f9f199;p=privoxy.git diff --git a/templates/show-status b/templates/show-status index 43dec31f..c890a3e6 100644 --- a/templates/show-status +++ b/templates/show-status @@ -230,9 +230,12 @@ editor@if-FEATURE_CGI_EDIT_ACTIONS-then@@else-not-FEATURE_CGI_EDIT_ACTIONS@@endif-FEATURE_CGI_EDIT_ACTIONS@. - FEATURE_COOKIE_JAR - @if-FEATURE_COOKIE_JAR-then@ Yes @else-not-FEATURE_COOKIE_JAR@ No @endif-FEATURE_COOKIE_JAR@ - Allows the use of a cookie jar file to capture cookies. + FEATURE_CONNECTION_KEEP_ALIVE + @if-FEATURE_CONNECTION_KEEP_ALIVE-then@ Yes @else-not-FEATURE_CONNECTION_KEEP_ALIVE@ No @endif-FEATURE_CONNECTION_KEEP_ALIVE@ + + Allows to send multiple request through the same connections if the server supports it. + Requires the keep-alive-timeout config directive to be set. + FEATURE_FAST_REDIRECTS @@ -255,6 +258,14 @@ @if-FEATURE_IMAGE_BLOCKING-then@ Yes @else-not-FEATURE_IMAGE_BLOCKING@ No @endif-FEATURE_IMAGE_BLOCKING@ Allows the +handle-as-image action, to send blocked images instead of HTML. + + FEATURE_IPV6_SUPPORT + @if-FEATURE_IPV6_SUPPORT-then@ Yes @else-not-FEATURE_IPV6_SUPPORT@ No @endif-FEATURE_IPV6_SUPPORT@ + + Allows IPv6 addresses in incoming requests, when resolving domains to + IP addresses and in the configuration files. + + FEATURE_IMAGE_DETECT_MSIE @if-FEATURE_IMAGE_DETECT_MSIE-then@ Yes @else-not-FEATURE_IMAGE_DETECT_MSIE@ No @endif-FEATURE_IMAGE_DETECT_MSIE@