mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +00:00
parsed ShouldAutofill with app URL blacklist
This commit is contained in:
@@ -76,6 +76,15 @@ namespace Bit.Android.Autofill
|
||||
}
|
||||
}
|
||||
|
||||
public bool ShouldAutofill
|
||||
{
|
||||
get
|
||||
{
|
||||
return !string.IsNullOrWhiteSpace(Uri) && !AutofillHelpers.BlacklistedUris.Contains(Uri) &&
|
||||
FieldCollection != null && FieldCollection.Fillable;
|
||||
}
|
||||
}
|
||||
|
||||
public void Parse()
|
||||
{
|
||||
for(var i = 0; i < _structure.WindowNodeCount; i++)
|
||||
|
||||
Reference in New Issue
Block a user