From 25a24219b77004ada73f7f01e9b98214aa743ac9 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Wed, 22 Mar 2023 10:18:40 -0700 Subject: [PATCH] Enable BraveVPN for Windows/macOS/Android 100% (production) (#549) * Enable `BraveVPN` feature on **Windows**, **macOS**, and **Android** (brave://flags/#brave-vpn) Enables for 100% of folks using PRODUCTION brave-variation servers Fixes https://github.com/brave/brave-browser/issues/25680 * Set min version to vpn study (#563) --------- Co-authored-by: Simon Hong --- seed/seed.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/seed/seed.json b/seed/seed.json index 7fc0526d..8babdfa8 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -1999,7 +1999,7 @@ "experiments": [ { "name": "Enabled", - "probability_weight": 50, + "probability_weight": 100, "feature_association": { "enable_feature": [ "BraveVPN", @@ -2009,7 +2009,7 @@ }, { "name": "Default", - "probability_weight": 50 + "probability_weight": 0 } ], "filter": { @@ -2018,6 +2018,7 @@ "BETA", "RELEASE" ], + "min_version": "110.1.49.120", "platform": [ "WINDOWS", "MAC",