diff --git a/seed/seed.json b/seed/seed.json index c5c8e896..dfc0cd4c 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -967,6 +967,36 @@ }, "name": "BraveAggressiveModeRetirementExperiment" }, + { + "experiments": [ + { + "feature_association": { + "disable_feature": [ + "BraveShowStrictFingerprintingMode" + ] + }, + "name": "Disabled", + "probability_weight": 15 + }, + { + "name": "Default", + "probability_weight": 85 + } + ], + "filter": { + "channel": [ + "RELEASE" + ], + "min_version": "120.1.63.110", + "platform": [ + "WINDOWS", + "MAC", + "LINUX", + "ANDROID" + ] + }, + "name": "BraveAggressiveModeRetirementExperiment" + }, { "experiments": [ {