commit 64eca367f8b65aa1ece8bed78270c893d2ab681c
parent 0fe1c932ab840265d41f8c9efe53c9477c174f3f
Author: Nathan Barrett <nbarrett@mozilla.com>
Date: Mon, 27 Oct 2025 15:52:21 +0000
Bug 1995872 - Add sections as default for US r=ini,home-newtab-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D269759
Diffstat:
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
@@ -1999,7 +1999,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);
diff --git a/browser/components/newtab/test/browser/abouthomecache/browser.toml b/browser/components/newtab/test/browser/abouthomecache/browser.toml
@@ -17,6 +17,7 @@ prefs = [
"browser.newtabpage.activity-stream.feeds.system.topstories=true",
"browser.newtabpage.activity-stream.telemetry.structuredIngestion=false",
"browser.newtabpage.activity-stream.discoverystream.endpoints=https://example.com",
+ "browser.newtabpage.activity-stream.discoverystream.sections.region-content-config=",
"dom.ipc.processPrelaunch.delayMs=0",
# Bug 1694957 is why we need dom.ipc.processPrelaunch.delayMs=0
]
diff --git a/browser/extensions/newtab/test/browser/browser.toml b/browser/extensions/newtab/test/browser/browser.toml
@@ -17,6 +17,7 @@ prefs = [
"browser.newtabpage.activity-stream.discoverystream.endpoints=data:",
"browser.newtabpage.activity-stream.feeds.system.topstories=true",
"browser.newtabpage.activity-stream.feeds.section.topstories=true",
+ "browser.newtabpage.activity-stream.discoverystream.sections.region-content-config=",
"messaging-system.log=all",
]
tags = "newtab"