Skip to content

Commit

Permalink
1024: toolkit.winRegisterApplicationRestart
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Sep 9, 2018
1 parent 11a94c7 commit 6717bc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
* [1] https://bugzilla.mozilla.org/1304389 ***/
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 ***/
/* 1030: disable favicons in shortcuts
* URL shortcuts use a cached randomly named .ico file which is stored in your
Expand Down

0 comments on commit 6717bc0

Please sign in to comment.