mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-04 16:25:15 +00:00
Add "challenge" and "verification" to OTP heuristic terms (#984)
This commit is contained in:
@@ -122,6 +122,8 @@ class FormField(
|
|||||||
private val OTP_HEURISTIC_TERMS = listOf(
|
private val OTP_HEURISTIC_TERMS = listOf(
|
||||||
"einmal",
|
"einmal",
|
||||||
"otp",
|
"otp",
|
||||||
|
"challenge",
|
||||||
|
"verification",
|
||||||
)
|
)
|
||||||
private val OTP_WEAK_HEURISTIC_TERMS = listOf(
|
private val OTP_WEAK_HEURISTIC_TERMS = listOf(
|
||||||
"code",
|
"code",
|
||||||
|
Reference in New Issue
Block a user