Merge pull request #4329 from MetaMask/Trigalti-develop

Injection Blacklist: adyen
feature/default_network_editable
Kevin Serrano 7 years ago committed by GitHub
commit 0eec30e0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/scripts/contentscript.js

@ -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

Loading…
Cancel
Save