Skip to content

Commit

Permalink
Disable session recovery bubble in Firefox (#2341)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym authored Apr 25, 2018
1 parent 80abe20 commit 48b50c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/provider/built-in/firefox/runtime-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async function generatePrefs (profileDir, port) {
'user_pref("browser.startup.homepage_override.mstone","ignore");',
'user_pref("browser.tabs.warnOnCloseOtherTabs", false);',
'user_pref("browser.tabs.warnOnClose", false);',
'user_pref("browser.sessionstore.resume_from_crash", false);',
'user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);',
'user_pref("toolkit.telemetry.enabled", false);',
'user_pref("toolkit.telemetry.rejected", true);',
Expand Down

0 comments on commit 48b50c2

Please sign in to comment.