Skip to content

Commit

Permalink
Enable BraveVPN at 100% for Windows/macOS/Android (STAGING)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Mar 9, 2023
1 parent 7e8b8fe commit 5dc9c10
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 @@ -1860,6 +1860,37 @@
]
},
"name": "BraveHttpsByDefaultRolloutStudy"
},
{
"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"
]
},
"name": "CrossPlatformVPNStudy"
}
],
"version": "1"
Expand Down

0 comments on commit 5dc9c10

Please sign in to comment.