Skip to content

Commit

Permalink
Enable BraveVPN at 5% for Windows/macOS/Android (PRODUCTION)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Mar 9, 2023
1 parent a38a4ef commit 02f4388
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1991,6 +1991,37 @@
]
},
"name": "BraveHttpsByDefaultRolloutStudy"
},
{
"experiments": [
{
"name": "Enabled",
"probability_weight": 5,
"feature_association": {
"enable_feature": [
"BraveVPN",
"BraveVPNLinkSubscriptionAndroidUI"
]
}
},
{
"name": "Default",
"probability_weight": 95
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"platform": [
"WINDOWS",
"MAC",
"ANDROID"
]
},
"name": "CrossPlatformVPNStudy"
}
],
"version": "1"
Expand Down

0 comments on commit 02f4388

Please sign in to comment.