X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fshow-status;h=2405c4c75ba6477620b27b7e6d67a87fcf6a099a;hp=b107038f465765f174bed0615ddfd4108472db07;hb=cf89cd7ace9007341dc8835f4b9c818dfb831666;hpb=fb1bdd92b8ccce7605102900b6656c7662251364;ds=sidebyside diff --git a/templates/show-status b/templates/show-status index b107038f..2405c4c7 100644 --- a/templates/show-status +++ b/templates/show-status @@ -114,6 +114,7 @@ + @@ -166,6 +167,14 @@ + +

+ The CGI editor is currently disabled, thus no edit buttons are shown.
+ Please have a look at the + enable-edit-actions documentation + to learn how to enable it and what the risks are. +

+ @@ -221,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 reuse outgoing connections if the server supports it. + Requires the keep-alive-timeout config directive to be set. + FEATURE_FAST_REDIRECTS @@ -244,7 +256,15 @@ FEATURE_IMAGE_BLOCKING @if-FEATURE_IMAGE_BLOCKING-then@ Yes @else-not-FEATURE_IMAGE_BLOCKING@ No @endif-FEATURE_IMAGE_BLOCKING@ - Allows the +image action, to send blocked images instead of HTML. + 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 @@ -253,11 +273,6 @@ Microsoft Internet Explorer users, overriding the setting of +image in the actions file. - - FEATURE_KILL_POPUPS - @if-FEATURE_KILL_POPUPS-then@ Yes @else-not-FEATURE_KILL_POPUPS@ No @endif-FEATURE_KILL_POPUPS@ - Allows the +no-popups action, to block JavaScript popups. - FEATURE_NO_GIFS @if-FEATURE_NO_GIFS-then@ Yes @else-not-FEATURE_NO_GIFS@ No @endif-FEATURE_NO_GIFS@ @@ -283,6 +298,12 @@ @if-FEATURE_TRUST-then@ Yes @else-not-FEATURE_TRUST@ No @endif-FEATURE_TRUST@ Allows the use of trust files. + + FEATURE_ZLIB + @if-FEATURE_ZLIB-then@ Yes @else-not-FEATURE_ZLIB@ No @endif-FEATURE_ZLIB@ + Allows to decompress gzip and zlib compressed documents for filtering. + Requires external zlib library and hasn't been tested on all platforms. + STATIC_PCRE @if-STATIC_PCRE-then@ Yes @else-not-STATIC_PCRE@ No @endif-STATIC_PCRE@