tor-browser

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

commit 4f342c6b8ddbf595fef5d4d5b981376eca8f5027
parent e5ce91ee61e1037fee314c9b1a2ec7539824689c
Author: agoloman <agoloman@mozilla.com>
Date:   Tue,  9 Dec 2025 17:56:08 +0200

Revert "Bug 2004773 - Enable image proxy for newtab r=mconley,home-newtab-reviewers" for causing bc failures @browser_link_hover_speculative_connection.js.

This reverts commit ad15bd6d7847b8cf4914dc38283a5e65ec9dd61b.

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", true); +pref("browser.newtabpage.activity-stream.discoverystream.imageProxy.enabled", false); // List of regions that get spocs by default. pref("browser.newtabpage.activity-stream.discoverystream.region-spocs-config", "US,CA,DE,GB,FR,IT,ES");