fix to potential crash in Autofill. Couldn't add a test yet, still waiting for corresponding Autofill structure.
This commit is contained in:
@@ -973,7 +973,7 @@ namespace Kp2aAutofillParser
|
||||
|| IsInputTypeVariation(inputType, InputTypes.TextVariationWebPassword)
|
||||
)
|
||||
)
|
||||
|| (f.AutofillHints != null && f.AutofillHints.First() == "passwordAuto")
|
||||
|| (f.AutofillHints != null && f.AutofillHints.FirstOrDefault() == "passwordAuto")
|
||||
|| (f.HtmlInfoTypeAttribute == "password")
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user