File tree 1 file changed +10
-0
lines changed
experimenter/experimenter/targeting
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2527,6 +2527,16 @@ def __post_init__(self):
2527
2527
application_choice_names = (Application .DESKTOP .name ,),
2528
2528
)
2529
2529
2530
+ TOU_NOT_ACCEPTED_MAC_OR_WIN = NimbusTargetingConfig (
2531
+ name = "TOU not accepted yet, Mac or Win" ,
2532
+ slug = "tou_not_accepted_mac_win" ,
2533
+ description = "Users who have not accepted the terms of use yet and are on Mac or Windows" ,
2534
+ targeting = f"(os.isWindows || os.isMac) && ('browser.preonboarding.enrolledInOnTrainRollout'|preferenceValue || 'datareporting.policy.dataSubmissionPolicyAcceptedVersion' == 3)" ,
2535
+ desktop_telemetry = "" ,
2536
+ sticky_required = False ,
2537
+ is_first_run_required = False ,
2538
+ application_choice_names = (Application .DESKTOP .name ,),
2539
+ )
2530
2540
2531
2541
class TargetingConstants :
2532
2542
TARGETING_VERSION = "version|versionCompare('{version}') >= 0"
You can’t perform that action at this time.
0 commit comments