diff --git a/Advanced-settings.md b/Advanced-settings.md index f51ffed..80e745b 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -475,7 +475,7 @@ Controls duration of the [Strict blocking](./Strict-blocking) "Temporarily" bypa #### `suspendTabsUntilReady` -Default: `unset`, before [1.18.6](https://github.com/gorhill/uBlock/commit/87feb47b51202cb8464eab91597b706965a224f3): `false`. +Default: `unset`. Possible values: @@ -484,9 +484,6 @@ Possible values: - `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). -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. Disclaimer: In Chromium based browsers, even with this setting enabled, it's impossible for uBO to guarantee with 100% certainty that everything will be properly blocked when the browser is launched. **This is a by-design browser issue** -- do _not_ open an issue on uBO issue tracker about this. @@ -495,6 +492,10 @@ Related browser issues: - Chromium: - Firefox: , fixed by . +History: +- After [1.18.6](https://github.com/gorhill/uBlock/commit/87feb47b51202cb8464eab91597b706965a224f3), configurable again in Firefox (can be disabled). In Firefox this feature is always active by default from now on thanks to ["persistent startup listeners"](https://bugzilla.mozilla.org/show_bug.cgi?id=1503721). +- Before [1.18.6](https://github.com/gorhill/uBlock/commit/87feb47b51202cb8464eab91597b706965a224f3), default to `false`. +- Between uBO [1.18.0](https://github.com/gorhill/uBlock/commit/41548be6be35fe17dbb996e605c4befb09e16911) and 1.18.6, Chromium only. ***