1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Mark Stacey b25f4bbe4a
Prevent manually connecting to extension UI (#8893)
The `activeTab.id` property is relied upon in the connected sites modal
to prevent the user from manually connecting to the MetaMask extension
itself. Unfortunately the `id` property was never set.

`id` is now set on the `activeTab` state, so manually connecting to the
extension UI is now impossible.
2020-07-02 18:26:45 -03:00
..
account-import-strategies
controllers
lib
migrations
platforms
background.js
chromereload.js
contentscript.js
first-time-state.js
inpage.js
metamask-controller.js
phishing-detect.js
ui.js Prevent manually connecting to extension UI (#8893) 2020-07-02 18:26:45 -03:00