Disable the U2F DOM API by default
Categories
(Core :: DOM: Web Authentication, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: jschanck, Assigned: jschanck)
References
Details
Attachments
(1 file)
We deprecated the U2F DOM API in 109 (Bug 1804579). Use telemetry (e.g. USE_COUNTER2_DEPRECATED_U2FRegister_DOCUMENT) shows little activity, and Chrome has fully deleted their support of the API. So we can set the default value of security.webauth.u2f to false in 111.
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: It is possible that this change breaks some second factor authentication flows.
[Affects Firefox for Android]: no
[Suggested wording]: The deprecated U2F Javascript API is now disabled by default. The U2F protocol remains usable through the WebAuthn API. The U2F API can be re-enabled using the security.webauth.u2f preference.
[Links (documentation, blog post, etc)]:
Comment 4•3 years ago
|
||
Backed out changeset d24c37cd2f63 (Bug 1809333) for causing mochitest failures on test_interfaces_secureContext.html.
Backout link
Push with failures <--> 2
Failure Log
| Assignee | ||
Comment 5•3 years ago
|
||
I updated the failing test so that it expects the interface to be disabled.
Comment 7•3 years ago
|
||
| bugherder | ||
Comment 8•3 years ago
|
||
Added to Nightly release notes.
Keeping the relnote? flag open to keep it on the radar for inclusion in our final release notes.
Comment 9•3 years ago
|
||
Backed out for causing Bug 1814983.
Backout link: https://hg.mozilla.org/integration/autoland/rev/0d34245412816a5db90f8d6d25337673cd6fd33a
Comment 10•3 years ago
|
||
Removed the release note from 111, since this was backed out.
| Assignee | ||
Comment 11•3 years ago
|
||
We're waiting for a change to Google Accounts. We expect to be able to land this again in 2 weeks.
Comment 12•3 years ago
|
||
Comment 13•3 years ago
|
||
| bugherder | ||
Comment 14•3 years ago
|
||
Note added back to Nightly 112
Description
•