From 07d1ede4466729af0be5431eece30a6cb4f3cbdb Mon Sep 17 00:00:00 2001 From: iam-py-test <84232764+iam-py-test@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:23:39 -0500 Subject: [PATCH] Document requestStatsDisabled --- Advanced-settings.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Advanced-settings.md b/Advanced-settings.md index f80e3c4..cd9a61c 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -33,6 +33,7 @@ - [popupFontSize](#popupFontSize) - [popupPanelHeightMode](#popupPanelHeightMode) - [requestJournalProcessPeriod](#requestJournalProcessPeriod) + - [requestStatsDisabled](#requestStatsDisabled) - [selfieAfter](#selfieAfter) - [strictBlockingBypassDuration](#strictBlockingBypassDuration) - [trustedListPrefixes](#trustedListPrefixes) @@ -496,6 +497,14 @@ As a benign side effect to the fix, there is a delay in displaying the number of A lower delay than the default one could bring back the issue it's meant to fix. +*** +#### `requestStatsDisabled` + +Default: false + +uBO 1.56.1b9 and above. + +Controls if the "Blocked since install" count is saved. When set to true, the "Blocked since install" count will reflect the number of blocked requests since uBO launched, and as such is reset when the browser is closed. [This feature was introduced to fix issue 3100](https://github.com/uBlockOrigin/uBlock-issues/issues/3100). *** #### `selfieAfter`