tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 4baa1ababa5812d096fca17405b2ee81ef72b162
parent fd7f1486be22bc52915cb193691c5557b06d598c
Author: Narcis Beleuzu <nbeleuzu@mozilla.com>
Date:   Thu, 23 Oct 2025 22:09:54 +0300

Revert "Bug 1995872 - Add sections as default for US r=ini,home-newtab-reviewers" for causing bc failures on browser_discovery_card.js

This reverts commit 59821e7b046fb18ebf0fcea877f07acc08547501.

Diffstat:
Mbrowser/app/profile/firefox.js | 2+-
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", "US"); +pref("browser.newtabpage.activity-stream.discoverystream.sections.region-content-config", ""); pref("browser.newtabpage.activity-stream.discoverystream.sections.cards.enabled", true);