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 1e11fe1
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 @@ -1862,6 +1862,35 @@
]
},
"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 1e11fe1

Please sign in to comment.