Skip to content

Commit a7e0f9a

Browse files
committed
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 #1164 Main issue tracked with brave/brave-browser#33548
1 parent 5550037 commit a7e0f9a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

seed/seed.json

+31
Original file line numberDiff line numberDiff line change
@@ -3037,6 +3037,37 @@
30373037
]
30383038
},
30393039
"name": "NewiOSPlaylistUIStudy"
3040+
},
3041+
{
3042+
"experiments": [
3043+
{
3044+
"feature_association": {
3045+
"enable_feature": [
3046+
"SkipUndecryptablePasswords"
3047+
]
3048+
},
3049+
"name": "Enabled",
3050+
"probability_weight": 100
3051+
},
3052+
{
3053+
"name": "Default",
3054+
"probability_weight": 0
3055+
}
3056+
],
3057+
"filter": {
3058+
"min_version": "127.1.68.107",
3059+
"channel": [
3060+
"NIGHTLY",
3061+
"BETA",
3062+
"RELEASE"
3063+
],
3064+
"platform": [
3065+
"WINDOWS",
3066+
"MAC",
3067+
"LINUX"
3068+
]
3069+
},
3070+
"name": "UndecryptablePasswords"
30403071
}
30413072
],
30423073
"version": "1"

0 commit comments

Comments
 (0)