mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
add billing and mail address to autofill detection
This commit is contained in:
@@ -654,8 +654,8 @@ export default class AutofillService implements AutofillServiceInterface {
|
||||
fillFields.email = f;
|
||||
break;
|
||||
} else if (!fillFields.address && this.isFieldMatch(f[attr],
|
||||
['address', 'street-address', 'addr', 'street', 'mailing-address', 'billing-address',
|
||||
'mail-address', 'bill-address'], [])) {
|
||||
['address', 'street-address', 'addr', 'street', 'mailing-addr', 'billing-addr',
|
||||
'mail-addr', 'bill-addr'], ['mailing-addr', 'billing-addr', 'mail-addr', 'bill-addr'])) {
|
||||
fillFields.address = f;
|
||||
break;
|
||||
} else if (!fillFields.address1 && this.isFieldMatch(f[attr],
|
||||
|
||||
Reference in New Issue
Block a user