mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
ignore "edit" fields on autofill
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Bit.Android.Autofill
|
||||
{
|
||||
private List<Field> _passwordFields = null;
|
||||
private List<Field> _usernameFields = null;
|
||||
private HashSet<string> _ignoreSearchTerms = new HashSet<string> { "search", "find", "recipient" };
|
||||
private HashSet<string> _ignoreSearchTerms = new HashSet<string> { "search", "find", "recipient", "edit" };
|
||||
private HashSet<string> _passwordTerms = new HashSet<string> { "password", "pswd" };
|
||||
|
||||
public List<AutofillId> AutofillIds { get; private set; } = new List<AutofillId>();
|
||||
|
||||
Reference in New Issue
Block a user