mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2024-10-01 06:35:47 -04:00
Prevents pages refresh or reload when tab/window is inactive or idle
This commit is contained in:
parent
148bfac882
commit
428fa861b9
3
user.js
3
user.js
@ -326,6 +326,9 @@ user_pref("network.http.speculative-parallel-limit", 0);
|
|||||||
* [1] https://www.bleepingcomputer.com/news/software/major-browsers-to-prevent-disabling-of-click-tracking-privacy-risk/ ***/
|
* [1] https://www.bleepingcomputer.com/news/software/major-browsers-to-prevent-disabling-of-click-tracking-privacy-risk/ ***/
|
||||||
user_pref("browser.send_pings", false); // [DEFAULT: false]
|
user_pref("browser.send_pings", false); // [DEFAULT: false]
|
||||||
user_pref("browser.send_pings.require_same_host", true);
|
user_pref("browser.send_pings.require_same_host", true);
|
||||||
|
/* 0610: don't refresh nor reload pages when tab/window is not active or in idle state
|
||||||
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=518805 ***/
|
||||||
|
user_pref("browser.meta_refresh_when_inactive.disabled", true);
|
||||||
|
|
||||||
/*** [SECTION 0700]: HTTP* / TCP/IP / DNS / PROXY / SOCKS etc ***/
|
/*** [SECTION 0700]: HTTP* / TCP/IP / DNS / PROXY / SOCKS etc ***/
|
||||||
user_pref("_user.js.parrot", "0700 syntax error: the parrot's given up the ghost!");
|
user_pref("_user.js.parrot", "0700 syntax error: the parrot's given up the ghost!");
|
||||||
|
Loading…
Reference in New Issue
Block a user