Skip to content

Commit

Permalink
Enable BraveVPN on Nightly for Windows/macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Mar 7, 2023
1 parent f53194a commit 5b581ab
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1862,6 +1862,28 @@
]
},
"name": "BraveHttpsByDefaultRolloutStudy"
},
{
"name": "DesktopVPNStudy",
"experiments": [
{
"name": "Enabled",
"probability_weight": 100,
"feature_association": {
"enable_feature": [
"BraveVPN"
]
}
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": ["NIGHTLY", "BETA", "RELEASE"],
"platform": ["WINDOWS", "MAC"]
}
}
],
"version": "1"
Expand Down

0 comments on commit 5b581ab

Please sign in to comment.