From b5104b76d160aad718f5d2478fb56c4b7fa22ca6 Mon Sep 17 00:00:00 2001 From: gwarser Date: Thu, 28 Feb 2019 20:12:51 +0100 Subject: [PATCH] suspendTabsUntilReady after 1.18.5b8 --- Advanced-settings.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index 11a9829..312f154 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -209,7 +209,14 @@ Controls duration of the [Strict blocking](https://github.com/gorhill/uBlock/wik #### `suspendTabsUntilReady` (experimental) -Default: `false`. +Default: `false`, after [1.18.5b8](https://github.com/gorhill/uBlock/commit/87feb47b51202cb8464eab91597b706965a224f3): `unset`. + +Possible values after [1.18.5b8](https://github.com/gorhill/uBlock/commit/87feb47b51202cb8464eab91597b706965a224f3): + +- `unset`: leave it to the platform to pick the optimal + behavior (default) +- `no`: do no suspend tab loading at launch time +- `yes`: suspend tab loading at launch time After uBO [1.17.5rc0](https://github.com/gorhill/uBlock/commit/41548be6be35fe17dbb996e605c4befb09e16911) - Chromium only. Firefox now uses ["persistent startup listeners"](https://bugzilla.mozilla.org/show_bug.cgi?id=1503721) by default.