]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/commitdiff
ui: disable the separate "new tab" page (use about:blank)
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Mar 2026 17:22:03 +0000 (13:22 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Mar 2026 17:28:36 +0000 (13:28 -0400)
ui

diff --git a/ui b/ui
index 29f2166bea4845eeeaef0aebaead2f6b2c067c90..20ddf2747b0804803d10fce89ff6478b0e54aa7c 100644 (file)
--- a/ui
+++ b/ui
@@ -4,12 +4,14 @@
 user_pref("browser.aboutConfig.showWarning", false);
 
 /* Don't do anything when I start the browser unless I say so.
+ * Likewise for new tabs.
  *
  * References:
  *
  * 1. http://kb.mozillazine.org/Browser.startup.homepage
  */
 user_pref("browser.startup.homepage", "about:blank");
+user_pref("browser.newtabpage.enabled", false);
 
 
 /* Don't hide important information in the URL bar