mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 19:03:56 +00:00
1024: toolkit.winRegisterApplicationRestart
This commit is contained in:
parent
11a94c7e32
commit
6717bc0674
3
user.js
3
user.js
@ -669,6 +669,9 @@ user_pref("browser.sessionstore.resume_from_crash", false);
|
|||||||
* This longer interval *may* affect history but we cannot replicate any history not recorded
|
* This longer interval *may* affect history but we cannot replicate any history not recorded
|
||||||
* [1] https://bugzilla.mozilla.org/1304389 ***/
|
* [1] https://bugzilla.mozilla.org/1304389 ***/
|
||||||
user_pref("browser.sessionstore.interval", 30000);
|
user_pref("browser.sessionstore.interval", 30000);
|
||||||
|
/* 1024: disable automatic Firefox start and session restore after reboot [WINDOWS] (FF62+)
|
||||||
|
* [1] https://bugzilla.mozilla.org/603903 ***/
|
||||||
|
user_pref("toolkit.winRegisterApplicationRestart", false);
|
||||||
/** FAVICONS ***/
|
/** FAVICONS ***/
|
||||||
/* 1030: disable favicons in shortcuts
|
/* 1030: disable favicons in shortcuts
|
||||||
* URL shortcuts use a cached randomly named .ico file which is stored in your
|
* URL shortcuts use a cached randomly named .ico file which is stored in your
|
||||||
|
Loading…
x
Reference in New Issue
Block a user