RevokeCash / browser-extension

🛡 Protect yourself from crypto scams online
https://revoke.cash/extension
MIT License
67 stars 23 forks source link

Show a popup when the page tries to circumvent the extension #1

Closed rkalis closed 2 years ago

rkalis commented 2 years ago

If they communicate with Metamask through means outside of the regular window.ethereum flow, they might not get a popup. But we should be able to detect when this happens by snooping on Metamask's extension messaging.

rkalis commented 2 years ago

This has been implemented.