tor-browser

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

commit ad15bd6d7847b8cf4914dc38283a5e65ec9dd61b
parent f18a248f51c8aa76590f6494be5f111adfda2713
Author: Nathan Barrett <nbarrett@mozilla.com>
Date:   Tue,  9 Dec 2025 14:49:06 +0000

Bug 2004773 - Enable image proxy for newtab r=mconley,home-newtab-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D275521

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 @@ -2022,7 +2022,7 @@ pref("browser.newtabpage.activity-stream.discoverystream.merino-provider.endpoin pref("browser.newtabpage.activity-stream.discoverystream.merino-provider.ohttp.enabled", false); pref("browser.newtabpage.activity-stream.discoverystream.ohttp.relayURL", "https://mozilla-ohttp.fastly-edge.com/"); pref("browser.newtabpage.activity-stream.discoverystream.ohttp.configURL", "https://prod.ohttp-gateway.prod.webservices.mozgcp.net/ohttp-configs"); -pref("browser.newtabpage.activity-stream.discoverystream.imageProxy.enabled", false); +pref("browser.newtabpage.activity-stream.discoverystream.imageProxy.enabled", true); // List of regions that get spocs by default. pref("browser.newtabpage.activity-stream.discoverystream.region-spocs-config", "US,CA,DE,GB,FR,IT,ES");