diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index dc8e20a073fc..5c57d8e6fc27 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -594,7 +594,7 @@ pref("toolkit.scrollbox.clickToScroll.scrollDelay", 150); pref("toolkit.shopping.useOHTTP", false); pref("toolkit.shopping.ohttpConfigURL", "https://stage.ohttp-gateway.nonprod.webservices.mozgcp.net/ohttp-configs"); -pref("toolkit.shopping.ohttpRelayURL", "https://mozilla-ohttp-relay-test.edgecompute.app/"); +pref("toolkit.shopping.ohttpRelayURL", "https://mozilla-ohttp-dev.fastly-edge.com/"); // Controls logging for Sqlite.sys.mjs. pref("toolkit.sqlitejsm.loglevel", "Error");