tor-browser

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

commit 5c6128f1676ebb2acc044ab47cd7bee18fbc93e6
parent 6e9fb8e98296a6df25135d70c1035e97cc1219ac
Author: Mike Conley <mconley@mozilla.com>
Date:   Mon, 17 Nov 2025 16:14:51 +0000

Bug 2000622 - Default to rotating the context ID every 3 days. r=nanj

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

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 @@ -3507,7 +3507,7 @@ pref("toolkit.contentRelevancy.log", false); // The number of days after which to rotate the context ID. 0 means to disable // rotation altogether. -pref("browser.contextual-services.contextId.rotation-in-days", 7); +pref("browser.contextual-services.contextId.rotation-in-days", 3); pref("browser.contextual-services.contextId.rust-component.enabled", true); // Pref to enable the IP protection feature