commit 59821e7b046fb18ebf0fcea877f07acc08547501
parent 330b63b1c46287079f4565d1da865bd7abf8bdf3
Author: Nathan Barrett <nbarrett@mozilla.com>
Date: Thu, 23 Oct 2025 15:35:11 +0000
Bug 1995872 - Add sections as default for US r=ini,home-newtab-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D269759
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
@@ -1986,7 +1986,7 @@ pref("browser.newtabpage.activity-stream.discoverystream.topicLabels.locale-topi
// List of locales that get section layout by default
pref("browser.newtabpage.activity-stream.discoverystream.sections.locale-content-config", "en-US,en-CA");
// List of regions that get section layout by default
-pref("browser.newtabpage.activity-stream.discoverystream.sections.region-content-config", "");
+pref("browser.newtabpage.activity-stream.discoverystream.sections.region-content-config", "US");
pref("browser.newtabpage.activity-stream.discoverystream.sections.cards.enabled", true);