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