Skip to content

Commit

Permalink
Disable session recovery bubble in Firefox (DevExpress#2341)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym authored and kirovboris committed Dec 18, 2019
1 parent a55e8e0 commit 9f803f0
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 9f803f0

Please sign in to comment.