aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-01-04 01:28:53 +0800
committerGitHub <noreply@github.com>2017-01-04 01:28:53 +0800
commitb13c54682b75aaceba1ef37a4d97669f57e448a9 (patch)
treee81657c2671e25fbbba9e9bc3a62828269c38da5 /app/scripts/lib
parentfa3e708f34fce523601c39b3131bdbe858d2f85f (diff)
parentfe61fcb0fcbee05724b77f9729660c9f692a0cb1 (diff)
downloadtangerine-wallet-browser-b13c54682b75aaceba1ef37a4d97669f57e448a9.tar
tangerine-wallet-browser-b13c54682b75aaceba1ef37a4d97669f57e448a9.tar.gz
tangerine-wallet-browser-b13c54682b75aaceba1ef37a4d97669f57e448a9.tar.bz2
tangerine-wallet-browser-b13c54682b75aaceba1ef37a4d97669f57e448a9.tar.lz
tangerine-wallet-browser-b13c54682b75aaceba1ef37a4d97669f57e448a9.tar.xz
tangerine-wallet-browser-b13c54682b75aaceba1ef37a4d97669f57e448a9.tar.zst
tangerine-wallet-browser-b13c54682b75aaceba1ef37a4d97669f57e448a9.zip
Merge pull request #958 from MetaMask/i897-ReplayProtection
Add replay protection
Diffstat (limited to 'app/scripts/lib')
-rw-r--r--app/scripts/lib/inpage-provider.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/scripts/lib/inpage-provider.js b/app/scripts/lib/inpage-provider.js
index a64c745ce..11bd5cc3a 100644
--- a/app/scripts/lib/inpage-provider.js
+++ b/app/scripts/lib/inpage-provider.js
@@ -111,6 +111,8 @@ MetamaskInpageProvider.prototype.isConnected = function () {
return true
}
+MetamaskInpageProvider.prototype.isMetaMask = true
+
// util
function remoteStoreWithLocalStorageCache (storageKey) {