suspendTabsUntilReady after 1.18.5b8

gwarser 2019-02-28 20:12:51 +01:00
parent d7fa697680
commit b5104b76d1

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