Add "pass" as a hint pattern for password fields (#661)

This commit is contained in:
Fabian Henneke 2020-03-25 18:00:44 +01:00 committed by GitHub
parent 5164b6951b
commit 973e023dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ class FormField(
"search", "find", "captcha"
)
private val PASSWORD_HEURISTIC_TERMS = listOf(
"password", "pwd", "pswd", "passwort"
"pass", "pwd", "pswd"
)
private val USERNAME_HEURISTIC_TERMS = listOf(
"user", "name", "email"