Closed Bug 1595339 Opened 5 years ago Closed 5 years ago

Checking account type=password fields on https://www.dmv.ca.gov get login suggestions

Categories

(Toolkit :: Password Manager: Site Compatibility, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla72
Tracking Status
firefox72 --- fixed

People

(Reporter: MattN, Assigned: MattN)

References

()

Details

(Whiteboard: [passwords:recipes])

Attachments

(2 files)

Attached file Relevant markup

The California DMV allows payment by checking account information but uses password fields for this. Unfortunately there is no appropriate autocomplete attribute to suggest (other than "off" which we would ignore). We can add a recipe to prevent this by preventing the following IDs from being password fields:

  • bankRoutingNo
  • validateBankRoutingNo
  • bankAcctNo
  • validateBankAcctNo
Summary: Checking account type-password fields on https://www.dmv.ca.gov get login suggestions → Checking account type=password fields on https://www.dmv.ca.gov get login suggestions
Attachment #9107703 - Attachment filename: file_1595339.txt → file_1595339.html
Attachment #9107703 - Attachment mime type: text/plain → text/html

I confirmed that element.matches("#bankRoutingNo, #validateBankRoutingNo, #bankAcctNo, #validateBankAcctNo") is true for each of the inputs in the test page.

Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/autoland/rev/768354b74c89
Don't fill/autocomplete checking account type=password fields on www.dmv.ca.gov. r=sfoster
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: