From 8c46a2f4a14ecff117728b7049b5f4c1fc92aebe Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Sat, 10 Aug 2024 11:02:01 -0700 Subject: [PATCH] Add new `UndecryptablePasswords` study (#1165) Enables the `SkipUndecryptablePasswords` feature to help users who are not able to see their logins in brave://password-manager/passwords Fixes https://github.com/brave/brave-variations/issues/1164 Main issue tracked with https://github.com/brave/brave-browser/issues/33548 --- seed/seed.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/seed/seed.json b/seed/seed.json index 182f0f3f..85df24d3 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -2956,6 +2956,37 @@ ] }, "name": "NewiOSPlaylistUIStudy" + }, + { + "experiments": [ + { + "feature_association": { + "enable_feature": [ + "SkipUndecryptablePasswords" + ] + }, + "name": "Enabled", + "probability_weight": 100 + }, + { + "name": "Default", + "probability_weight": 0 + } + ], + "filter": { + "min_version": "127.1.68.107", + "channel": [ + "NIGHTLY", + "BETA", + "RELEASE" + ], + "platform": [ + "WINDOWS", + "MAC", + "LINUX" + ] + }, + "name": "UndecryptablePasswords" } ], "version": "1"