Skip to content

Commit

Permalink
Enable BraveVPN for Windows/macOS/Android 100% (production) (#549)
Browse files Browse the repository at this point in the history
* Enable `BraveVPN` feature on **Windows**, **macOS**, and **Android** (brave://flags/#brave-vpn)

Enables for 100% of folks using PRODUCTION brave-variation servers

Fixes brave/brave-browser#25680

* Set min version to vpn study (#563)

---------

Co-authored-by: Simon Hong <shong@brave.com>
  • Loading branch information
bsclifton and simonhong committed Mar 22, 2023
1 parent 4d9d57c commit 25a2421
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,7 @@
"experiments": [
{
"name": "Enabled",
"probability_weight": 50,
"probability_weight": 100,
"feature_association": {
"enable_feature": [
"BraveVPN",
Expand All @@ -2009,7 +2009,7 @@
},
{
"name": "Default",
"probability_weight": 50
"probability_weight": 0
}
],
"filter": {
Expand All @@ -2018,6 +2018,7 @@
"BETA",
"RELEASE"
],
"min_version": "110.1.49.120",
"platform": [
"WINDOWS",
"MAC",
Expand Down

0 comments on commit 25a2421

Please sign in to comment.