1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

Document requestStatsDisabled

iam-py-test 2024-03-01 08:23:39 -05:00
parent 8a6f9a3410
commit 07d1ede446

@ -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`