tor-browser

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

commit 6ef325cf18912adb604d02715c515788808e26a6
parent ecab32c779fc4877e1563ac06af5eb901d2b18a1
Author: Emily McMinn <emcminn@mozilla.com>
Date:   Fri, 24 Oct 2025 15:57:06 +0000

Bug 1995580 - Fix typo in Spotlight targeting r=omc-reviewers,sachung

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

Diffstat:
Mbrowser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs b/browser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs @@ -66,7 +66,7 @@ const BASE_MESSAGES = () => [ groups: ["win10-eos-sync", "eco"], // TODO: The backup preferences in this expression should be updated once BackupService exposes getters; see Bug 1993272 targeting: - "source == newtab && os.isWindows && os.windowsVersion == 10 && os.windowsBuildNumber <= 19045 && isFxAEnabled && !isFxASignedIn && !hasSelectableProfiles && !hasActiveEnterprisePolicies && backupArchiveEnabled && (!'browser.backup.scheduled.enabled' | preferenceValue) && (!'browser.backup.scheduled.user-disabled' | preferenceValue) && !isMajorUpgrade && !willShowDefaultPrompt && !activeNotifications && previousSessionEnd && 'browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features' | preferenceValue != false", + "source == 'newtab' && os.isWindows && os.windowsVersion == 10 && os.windowsBuildNumber <= 19045 && isFxAEnabled && !isFxASignedIn && !hasSelectableProfiles && !hasActiveEnterprisePolicies && backupArchiveEnabled && (!'browser.backup.scheduled.enabled' | preferenceValue) && (!'browser.backup.scheduled.user-disabled' | preferenceValue) && !isMajorUpgrade && !willShowDefaultPrompt && !activeNotifications && previousSessionEnd && 'browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features' | preferenceValue != false", trigger: { id: "defaultBrowserCheck", },