Bug 1959542 - Enable ToS by default in Firefox 138.x mid-cycle dot release (Windows, Mac, Linux) r=hanna_a,omc-reviewers

- Show ToS modal by default for all new users on official builds
  - Remove code related to the on-train rollout for Mac/Linus/MSIX

Differential Revision: https://phabricator.services.mozilla.com/D247111
This commit is contained in:
Meg Viar
2025-04-29 18:57:33 +00:00
parent a8b24ef5ed
commit 7888974e9f
7 changed files with 46 additions and 259 deletions

View File

@@ -1408,7 +1408,7 @@ const BASE_MESSAGES = () => [
const PREONBOARDING_MESSAGES = () => [
{
id: "ON_TRAIN_ROLLOUT",
id: "NEW_USER_TOU_ONBOARDING",
enabled: true,
requireAction: true,
currentPolicyVersion: 3,