Skip to content

Commit

Permalink
Disable aggressive fingerprinting mode in 15% of Release clients
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuredelstein committed Apr 5, 2024
1 parent e93fae6 commit c40e069
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit c40e069

Please sign in to comment.