diff --git a/common/components/WalletDecrypt/components/LedgerNano.tsx b/common/components/WalletDecrypt/components/LedgerNano.tsx index a372f38d..ef993076 100644 --- a/common/components/WalletDecrypt/components/LedgerNano.tsx +++ b/common/components/WalletDecrypt/components/LedgerNano.tsx @@ -43,6 +43,17 @@ export class LedgerNanoSDecrypt extends Component { const { dPath, publicKey, chainCode, error, isLoading, showTip } = this.state; const showErr = error ? 'is-showing' : ''; + if (window.location.protocol !== 'https:') { + return ( +
+
+ Unlocking a Ledger hardware wallet is only possible on pages served over HTTPS. You can + unlock your wallet at MyEtherWallet.com +
+
+ ); + } + return (
{showTip && (