diff options
author | kumavis <aaron@kumavis.me> | 2018-05-22 05:14:03 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-05-22 05:14:03 +0800 |
commit | f19d8a5905cef0d8a26e50b527d427df829f0af5 (patch) | |
tree | fff5904d738c0f0c02752c99e4b4a3de463a9e6f | |
parent | 08d95bbafa3f952b960124c36958edbafa57cb3d (diff) | |
parent | 22753d96fd87b7bef8f30c1f778935e7ae39b492 (diff) | |
download | dexon-wallet-f19d8a5905cef0d8a26e50b527d427df829f0af5.tar.gz dexon-wallet-f19d8a5905cef0d8a26e50b527d427df829f0af5.tar.zst dexon-wallet-f19d8a5905cef0d8a26e50b527d427df829f0af5.zip |
Merge branch 'develop' of https://github.com/Trigalti/metamask-extension into Trigalti-develop
-rw-r--r-- | app/scripts/contentscript.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/scripts/contentscript.js b/app/scripts/contentscript.js index ddf1a943..555902dd 100644 --- a/app/scripts/contentscript.js +++ b/app/scripts/contentscript.js @@ -166,7 +166,7 @@ function documentElementCheck () { /** * Checks if the current domain is blacklisted - * + * * @returns {boolean} {@code true} if the current domain is blacklisted */ function blacklistedDomainCheck () { @@ -175,6 +175,7 @@ function blacklistedDomainCheck () { 'dropbox.com', 'webbyawards.com', 'cdn.shopify.com/s/javascripts/tricorder/xtld-read-only-frame.html', + 'adyen.com', ] var currentUrl = window.location.href var currentRegex |