You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
(eth-ledger-bridge-keyring injects the github pages iframe with correct useLedgerLive setting)
Use the test dapp to perform a signature
Remove the Ledger account from MetaMask
Add the account again
The useLedgerLive setting will be false in the IFrame, leading to the user's browser hanging (while the iframe incorrectly tries U2F.
Presently MetaMask sends the useLedgerLive setting down to the iframe when the user logs in, and when they toggle the setting. That isn't reliable enough in some cases.
The text was updated successfully, but these errors were encountered:
The best solution here is probably going to be removing the useLedgerLive setting everywhere (extension and keyring) and simply enforcing Ledger Live for Chrome (since U2F won't be returning to Chrome) and U2F for Firefox.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is fairly simple to reproduce:
useLedgerLive
setting)The
useLedgerLive
setting will be false in the IFrame, leading to the user's browser hanging (while the iframe incorrectly tries U2F.Presently MetaMask sends the
useLedgerLive
setting down to the iframe when the user logs in, and when they toggle the setting. That isn't reliable enough in some cases.The text was updated successfully, but these errors were encountered: