Update 'user.js'

This commit is contained in:
Narsil 2021-04-26 04:32:26 -04:00
parent 64d073bf33
commit b00987bec7
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@
// FF73+: chrome://global/content/config.xhtml
user_pref("general.warnOnAboutConfig", false); // XHTML version
user_pref("browser.aboutConfig.showWarning", false); // HTML version [FF71+]
//-------------------------------------
// -------------------------------------
// Disable separate about:welcome page
// https://bugzilla.mozilla.org/show_bug.cgi?id=1617783
user_pref("browser.aboutwelcome.enabled", false);
user_pref("trailhead.firstrun.branches", "");
//-------------------------------------
// -------------------------------------
// Disable default browser check
// [SETTING] General>Startup>Always check if Firefox is your default browser
user_pref("browser.shell.checkDefaultBrowser", false);