Closed
Bug 1401033
Opened 7 years ago
Closed 7 years ago
[WebAuth] Deadlock if page is refreshed during USB verification
Categories
(Core :: DOM: Device Interfaces, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1400940
Tracking | Status | |
---|---|---|
firefox57 | --- | affected |
People
(Reporter: mwobensmith, Assigned: jcj)
References
(Depends on 1 open bug, )
Details
1. Go to test site https://webauthn.bin.coffee
2. Click on "Create Credentials" (but don't perform USB verification)
3. Refresh page
Result:
Browser non-responsive, eventual crash.
Reporter | ||
Comment 1•7 years ago
|
||
Could be related to bug 1400940, although that one happens after the verification has been aborted via tab switch.
Depends on: webauthn
Updated•7 years ago
|
Priority: -- → P2
Comment 2•7 years ago
|
||
Yeah, that should be the same. We're cancelling the current U2F request once the page's visibility state changes.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Comment 3•7 years ago
|
||
Verified that this is fixed by the patch for bug 1400940 as well.
You need to log in
before you can comment on or make changes to this bug.
Description
•