Skip to content

Commit

Permalink
Add new UndecryptablePasswords study
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 committed Aug 8, 2024
1 parent 5550037 commit 026032c
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 @@ -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"
Expand Down

0 comments on commit 026032c

Please sign in to comment.