Skip to content

Commit

Permalink
Enable BraveVPN on Nightly for Windows/macOS
Browse files Browse the repository at this point in the history
Roll out to 5% of users

Addresses brave/brave-browser#25680
  • Loading branch information
bsclifton committed Mar 7, 2023
1 parent a38a4ef commit c02224a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1991,6 +1991,35 @@
]
},
"name": "BraveHttpsByDefaultRolloutStudy"
},
{
"name": "DesktopVPNStudy",
"experiments": [
{
"name": "Enabled",
"probability_weight": 5,
"feature_association": {
"enable_feature": [
"BraveVPN"
]
}
},
{
"name": "Default",
"probability_weight": 95
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"platform": [
"WINDOWS",
"MAC"
]
}
}
],
"version": "1"
Expand Down

0 comments on commit c02224a

Please sign in to comment.