tor-browser

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

commit e97abb36a3e8afefe2adcedd998af37e3e08dbe8
parent 499c68b609b9f99cd8c07b051160790f26ce7534
Author: Meg Viar <lmegviar@gmail.com>
Date:   Fri,  7 Nov 2025 00:26:43 +0000

Bug 1998688 - Add termsofuse.firstNotifiedDate to multiprofile shared prefs r=profiles-reviewers,jhirsch

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

Diffstat:
Mbrowser/components/profiles/SelectableProfileService.sys.mjs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/browser/components/profiles/SelectableProfileService.sys.mjs b/browser/components/profiles/SelectableProfileService.sys.mjs @@ -199,6 +199,7 @@ class SelectableProfileServiceClass extends EventEmitter { "datareporting.policy.minimumPolicyVersion.channel-beta", "datareporting.usage.uploadEnabled", "termsofuse.acceptedDate", + "termsofuse.firstAcceptedDate", "termsofuse.acceptedVersion", "termsofuse.bypassNotification", "termsofuse.currentVersion",