From 026032cdb2e8023ff67834d0e4085b40aa1b7b5e Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Wed, 7 Aug 2024 23:45:16 -0700 Subject: [PATCH] Add new `UndecryptablePasswords` study 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 27860064..75d9ab4a 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -3037,6 +3037,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.128", + "channel": [ + "NIGHTLY", + "BETA", + "RELEASE" + ], + "platform": [ + "WINDOWS", + "MAC", + "LINUX" + ] + }, + "name": "UndecryptablePasswords" } ], "version": "1"