From 7c5b392f077073cd098b778afd9349271dbb2718 Mon Sep 17 00:00:00 2001 From: gwarser Date: Sun, 1 Dec 2019 15:08:25 +0100 Subject: [PATCH] suspendTabsUntilReady: note default in Firefox with persistent listeners --- Advanced-settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index 7f7578c..9fd56ab 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -318,8 +318,8 @@ Possible values: - `no` - do no suspend tab loading at launch time - `yes` - suspend tab loading at launch time -After [1.18.5b8](https://github.com/gorhill/uBlock/commit/87feb47b51202cb8464eab91597b706965a224f3) configurable again in Firefox. -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. +After [1.18.5b8](https://github.com/gorhill/uBlock/commit/87feb47b51202cb8464eab91597b706965a224f3) configurable again in Firefox (can be disabled). +After uBO [1.17.5rc0](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). 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.