Skip to content

Commit

Permalink
Add new UndecryptablePasswords study (#1165)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bsclifton authored Aug 10, 2024
1 parent 36288c9 commit 8c46a2f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8c46a2f

Please sign in to comment.