Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.8.3, 6.9.0
-
None
Description
onWebAuthUxRequested is not being called for webauthn request, so the request cannot be handle/cancel manually
POC:
create quicknanobrowser
place a bp in BrowserWindow.qml onWebAuthUxRequested function
run program
visit webauthn.io
BP is not hit
POC2:
create quicknanobrowser
under BrowserWindow.qml onWebAuthUxRequested function
replace webAuthDialog.init(request); with request.cancel()
run program
visit webauthn.io
still seeing webauthn window