Open
Bug 2061770
Opened 1 month ago
Updated 1 day ago
[meta] CVV/CVC support in credit card autofill
Categories
(Toolkit :: Form Autofill, task, P2)
Toolkit
Form Autofill
Tracking
()
ASSIGNED
People
(Reporter: mtigley, Assigned: mtigley)
References
Details
(Keywords: meta, Whiteboard: [fxcm-cvv-support])
Meta bug tracking support for the card security code (cc-csc, commonly called CVV/CVC) in credit card autofill, with a focus on the front-end/UI pieces.
Today cc-csc is detected by the autofill heuristics so that credit card sections parse correctly, but the value is deliberately never saved and never filled:
FormAutofillSection.sys.mjsskipscc-cscwhen building a record to save.shouldAutofillField()returns false forcc-csc.cc-cscis not part ofVALID_CREDIT_CARD_FIELDSinFormAutofillStorageBase.sys.mjs.
The dependent bugs cover extending heuristics coverage to CVC fields and surfacing saved-CVC state in the payment methods UI (read-only lists, the add/edit payment method dialog, and saved-CVC indication).
This work is gated behind the extensions.formautofill.creditCards.cvv.enabled pref, which defaults to false.
Updated•1 month ago
|
| Assignee | ||
Updated•1 day ago
|
Severity: -- → S3
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•