-
- Downloads
Bug 1400940 - Fix WebAuthn deadlock when cancelling a request on tab switch r=jcj
This should be an easy solution. We can't stop the sign() or register() runloop from calling the callback, so we need the callback to simply return early when the U2FHIDTokenManager shuts down. Bug #: 1400940 Differential Revision: https://phabricator.services.mozilla.com/D67
Please register or sign in to comment