From f020cdb6ae19d18cbb5c36508ea903f51fb23c2c Mon Sep 17 00:00:00 2001 From: gwarser Date: Wed, 2 Dec 2020 09:46:47 +0100 Subject: [PATCH] suspendTabsUntilReady bit of clarification --- Advanced-settings.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index beeb1bc..c43e09f 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -478,11 +478,11 @@ Possible values: - `unset` - leave it to the platform to pick the optimal behavior (default, Firefox - enabled, Chromium - disabled) -- `no` - do no suspend tab loading at launch time +- `no` - do not suspend tab loading at launch time - `yes` - suspend tab loading at launch time -After [1.18.6](https://github.com/gorhill/uBlock/commit/87feb47b51202cb8464eab91597b706965a224f3) configurable again in Firefox (can be disabled). -After uBO [1.18.0](https://github.com/gorhill/uBlock/commit/41548be6be35fe17dbb996e605c4befb09e16911) - Chromium only. In Firefox this feature is always active thanks to ["persistent startup listeners"](https://bugzilla.mozilla.org/show_bug.cgi?id=1503721). +After [1.18.6](https://github.com/gorhill/uBlock/commit/87feb47b51202cb8464eab91597b706965a224f3) configurable again in Firefox (can be disabled). +Between uBO [1.18.0](https://github.com/gorhill/uBlock/commit/41548be6be35fe17dbb996e605c4befb09e16911) and 1.18.6 - Chromium only. In Firefox this feature is always active from now on thanks to ["persistent startup listeners"](https://bugzilla.mozilla.org/show_bug.cgi?id=1503721). If enabled, uBO will hard block all network requests when the browser launches until _all_ the filter lists and rules are loaded and ready, at which time uBO will force a reload of the tabs for which there were network requests blocked during the setup phase.