1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02: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 Clean up "JSON File" import strategy test output (#7855) 2020-01-17 19:59:47 -03:30
controllers Account for a custom nonce of zero (#8883) 2020-07-02 12:58:12 -07:00
lib Update inpage provider, deprecation warnings (#8854) 2020-06-24 15:21:57 -07:00
migrations Delete the ABTestController and its state (#8620) 2020-05-19 13:27:06 -02:30
platforms Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
background.js Stop reporting failed transactions to Sentry (#8795) 2020-06-12 16:41:57 -03:00
chromereload.js Fix console.error references 2016-08-29 17:32:39 -07:00
contentscript.js blocklisted -> blocked 2020-06-08 17:57:59 -07:00
first-time-state.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
inpage.js Define global web3 as non-enumerable (#8634) 2020-05-20 20:18:25 -07:00
metamask-controller.js feature/sync imported accounts with mobile (#8631) 2020-06-25 22:04:17 -03:00
phishing-detect.js blacklist -> blocklist; whitelist -> safelist 2020-06-08 17:49:36 -07:00
ui.js Prevent manually connecting to extension UI (#8893) 2020-07-02 18:26:45 -03:00