AlphaWallet / alpha-wallet-android

An advanced Ethereum mobile wallet
https://www.alphawallet.com
MIT License
597 stars 530 forks source link

Disable copy to clipboard function for addresses in transaction pane #3307

Open tab00 opened 1 year ago

tab00 commented 1 year ago

It's best not to make it possible to copy addresses from past transactions in order to prevent users becoming victims of address poisoning.

e.g. see Beware of address poisoning scams by Ledger which says "Never copy and paste an address from your transaction history".

JamesSmartCell commented 1 year ago

Hmm, ok good idea. I tend to like to be able to copy them for development purposes but I can switch that off for production.

tab00 commented 1 year ago

I also see that the contract address is also copyable in the transaction pane, which could lead to users sending tokens into contracts where they'd get stuck forever. So that shouldn't be copyable too.

JamesSmartCell commented 1 year ago

right-o