1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Added adyen.com to blacklisted domains because postMessages are blocking card encryption

This commit is contained in:
simon 2018-05-18 15:43:27 +02:00
parent 708422432c
commit 41502cb384

View File

@ -166,7 +166,7 @@ function documentElementCheck () {
/** /**
* Checks if the current domain is blacklisted * Checks if the current domain is blacklisted
* *
* @returns {boolean} {@code true} if the current domain is blacklisted * @returns {boolean} {@code true} if the current domain is blacklisted
*/ */
function blacklistedDomainCheck () { function blacklistedDomainCheck () {
@ -175,6 +175,7 @@ function blacklistedDomainCheck () {
'dropbox.com', 'dropbox.com',
'webbyawards.com', 'webbyawards.com',
'cdn.shopify.com/s/javascripts/tricorder/xtld-read-only-frame.html', 'cdn.shopify.com/s/javascripts/tricorder/xtld-read-only-frame.html',
'adyen.com'
] ]
var currentUrl = window.location.href var currentUrl = window.location.href
var currentRegex var currentRegex