mirror of
https://github.com/bitwarden/mobile
synced 2025-12-24 04:04:34 +00:00
parsed ShouldAutofill with app URL blacklist
This commit is contained in:
@@ -34,8 +34,7 @@ namespace Bit.Android.Autofill
|
||||
var parser = new Parser(structure);
|
||||
parser.Parse();
|
||||
|
||||
if(string.IsNullOrWhiteSpace(parser.Uri) || parser.Uri == "androidapp://com.x8bit.bitwarden" ||
|
||||
parser.Uri == "androidapp://android" || !parser.FieldCollection.Fillable)
|
||||
if(!parser.ShouldAutofill)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user