Skip to content

Commit

Permalink
Enable BraveVPN at 100% for Windows/macOS/Android
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Mar 8, 2023
1 parent f698b19 commit 7faf227
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 @@ -1832,6 +1832,37 @@
]
},
"name": "BraveHttpsByDefaultRolloutStudy"
},
{
"name": "CrossPlatformVPNStudy",
"experiments": [
{
"name": "Enabled",
"probability_weight": 100,
"feature_association": {
"enable_feature": [
"BraveVPN",
"BraveVPNLinkSubscriptionAndroidUI"
]
}
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"platform": [
"WINDOWS",
"MAC",
"ANDROID"
]
}
}
],
"version": "1"
Expand Down

0 comments on commit 7faf227

Please sign in to comment.