From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 22 Jul 2020 10:21:27 +0000 (+0200)
Subject: Clarify FEATURE_FORCE_LOAD description
X-Git-Tag: v_3_0_29~259
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/documentation.html?a=commitdiff_plain;h=f45460cfbaaf121580038da403cf1cf25e8276fc;p=privoxy.git

Clarify FEATURE_FORCE_LOAD description

It allows to bypass blocking not filtering and only
does it if blocks aren't enforced.

Reported by: Robert Klemme
---

diff --git a/templates/show-status b/templates/show-status
index 67d94086..c5a747b3 100644
--- a/templates/show-status
+++ b/templates/show-status
@@ -305,8 +305,11 @@
             <tr>
               <td><code>FEATURE_FORCE_LOAD</code></td>
               <td>@if-FEATURE_FORCE_LOAD-then@ Yes @else-not-FEATURE_FORCE_LOAD@ No @endif-FEATURE_FORCE_LOAD@</td>
-              <td>Allows bypassing all filtering for a single page using the prefix
-                  <q><code>@force-prefix@</code></q>.</td>
+              <td>
+               Allows bypassing all blocking for a single page using the prefix
+               <q><code>@force-prefix@</code></q> provided blocks aren't enforced with the
+               <a href="@user-manual@config.html#ENFORCE-BLOCKS">enforce-blocks</a> directive.
+              </td>
             </tr>
             <tr>
               <td><code>FEATURE_GRACEFUL_TERMINATION</code></td>