Skip to content

Commit

Permalink
Skip default browser check (closes DevExpress#1926) (DevExpress#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym authored and kirovboris committed Dec 18, 2019
1 parent 7250570 commit dedb9dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/browser/provider/built-in/firefox/runtime-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ async function generatePrefs (profileDir, port) {
'user_pref("app.update.auto", false);',
'user_pref("app.update.mode", 0);',
'user_pref("app.update.service.enabled", false);',
'user_pref("browser.shell.checkDefaultBrowser", false);',
'user_pref("browser.usedOnWindows10", true);',
'user_pref("browser.rights.3.shown", true);',
'user_pref("browser.startup.homepage_override.mstone","ignore");',
'user_pref("browser.tabs.warnOnCloseOtherTabs", false);',
Expand Down

0 comments on commit dedb9dc

Please sign in to comment.