From f45460cfbaaf121580038da403cf1cf25e8276fc Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 22 Jul 2020 12:21:27 +0200 Subject: [PATCH] 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 --- templates/show-status | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 @@ 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 -- 2.39.2