Skip to content

Commit

Permalink
Enable BraveVPN at 5% for Windows/macOS/Android (PRODUCTION) (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton authored Mar 13, 2023
1 parent 41633a7 commit 3e4a0fc
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 @@ -2030,6 +2030,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 3e4a0fc

Please sign in to comment.