Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: components/autofill/core/browser/autofill_regex_constants.cc

Issue 1856093002: Added the following cvc regexes to make the heuristics work on sites of the top 100. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/autofill/heuristics/output/144_cc_checkout_m_jcp.com.out ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_regex_constants.cc
diff --git a/components/autofill/core/browser/autofill_regex_constants.cc b/components/autofill/core/browser/autofill_regex_constants.cc
index db5456f0393735687f2258cbbade0b0ffff60ad6..d06b665cf404402e14339c47c5f41be24d9e9b02 100644
--- a/components/autofill/core/browser/autofill_regex_constants.cc
+++ b/components/autofill/core/browser/autofill_regex_constants.cc
@@ -148,6 +148,7 @@ const char kCardNumberRe[] =
"|카드"; // ko-KR
const char kCardCvcRe[] =
"verification|card.?identification|security.?code|card.?code"
+ "|security.?number|card.?pin|c-v-v"
"|(cvn|cvv|cvc|csc|cvd|cid|ccv)(field)?"
"|\\bcid\\b";
« no previous file with comments | « chrome/test/data/autofill/heuristics/output/144_cc_checkout_m_jcp.com.out ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698