X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fshow-status;h=73edf54ad421f7ef4bce06022948a7fb90869589;hp=d938b43a03a3aa5f189a521fe9dc02599a3a3a98;hb=f2688b54ea5ffd09e900269a7965f45c058c3343;hpb=dfee05ac44a416695bfc01be2994582440efa12c diff --git a/templates/show-status b/templates/show-status index d938b43a..73edf54a 100644 --- a/templates/show-status +++ b/templates/show-status @@ -53,8 +53,6 @@ # The options read from the configfile, linked to their # explanations, plus warnings if parsing acl or forward # statements produced errors. -# sourceversions: -# A HTML-formatted list of the individual source file cvs versions # defines: # A HTML-formatted list of all conditional #defines used when # Privoxy was compiled @@ -91,6 +89,13 @@ # The percentage of blocked requests # have-no-stats: # There haven't any statistics been collected yet +# extended-statistics: +# Privoxy was compiled with extended statistiscs support. +# In this case the following symbols are available: +# block-reason-statistics: +# Table content of block reasons and how often they were used. +# filter-statistics: +# Table content of content filter statistics. # pcrs-support: # Privoxy was compiled with pcrs support # trust-support: @@ -214,6 +219,25 @@ + + + +

Block Reason Statistics:

+ + +@block-reason-statistics@
Block reasonCount
+ + + + +

Content Filter Statistics:

+ + +@filter-statistics@
Filter nameExecutionsPages modifiedHits
+ + + +

Conditional #defines:

@@ -237,6 +261,11 @@ @if-FEATURE_ACL-then@ Yes @else-not-FEATURE_ACL@ No @endif-FEATURE_ACL@ Allows the use of an ACL to control access to Privoxy by IP address. + + FEATURE_BROTLI + @if-FEATURE_BROTLI-then@ Yes @else-not-FEATURE_BROTLI@ No @endif-FEATURE_BROTLI@ + Allows to decompress content with Brotli before filtering it. Requires external brotli library. + FEATURE_CGI_EDIT_ACTIONS @if-FEATURE_CGI_EDIT_ACTIONS-then@ Yes @else-not-FEATURE_CGI_EDIT_ACTIONS@ No @endif-FEATURE_CGI_EDIT_ACTIONS@ @@ -275,6 +304,15 @@ Requires the connection-sharing config directive to be set. + + FEATURE_EXTERNAL_FILTERS + @if-FEATURE_EXTERNAL_FILTERS-then@ Yes @else-not-FEATURE_EXTERNAL_FILTERS@ No @endif-FEATURE_EXTERNAL_FILTERS@ + + Allows to filter content + with external scripts and programs written in any language the system Privoxy + runs on supports. + + FEATURE_DYNAMIC_PCRE @if-FEATURE_DYNAMIC_PCRE-then@ Yes @else-not-FEATURE_DYNAMIC_PCRE@ No @endif-FEATURE_DYNAMIC_PCRE@ @@ -291,14 +329,22 @@ FEATURE_FORCE_LOAD @if-FEATURE_FORCE_LOAD-then@ Yes @else-not-FEATURE_FORCE_LOAD@ No @endif-FEATURE_FORCE_LOAD@ - Allows bypassing all filtering for a single page using the prefix - @force-prefix@. + + Allows bypassing all blocking for a single page using the prefix + @force-prefix@ provided blocks aren't enforced with the + enforce-blocks directive. + FEATURE_GRACEFUL_TERMINATION @if-FEATURE_GRACEFUL_TERMINATION-then@ Yes @else-not-FEATURE_GRACEFUL_TERMINATION@ No @endif-FEATURE_GRACEFUL_TERMINATION@ Allows to shutdown Privoxy through the web interface. + + FEATURE_HTTPS_INSPECTION + @if-FEATURE_HTTPS_INSPECTION-then@ Yes @else-not-FEATURE_HTTPS_INSPECTION@ No @endif-FEATURE_HTTPS_INSPECTION@ + Allows to intercept and filter HTTPS traffic. + FEATURE_IMAGE_BLOCKING @if-FEATURE_IMAGE_BLOCKING-then@ Yes @else-not-FEATURE_IMAGE_BLOCKING@ No @endif-FEATURE_IMAGE_BLOCKING@ @@ -335,7 +381,7 @@ FEATURE_TOGGLE @if-FEATURE_TOGGLE-then@ Yes @else-not-FEATURE_TOGGLE@ No @endif-FEATURE_TOGGLE@ - Allow Privoxy to be disabled so it is just a normal non-blocking non-anonymizing proxy. + Allow Privoxy to be disabled so it is just a normal non-blocking non-filtering proxy. FEATURE_TRUST