mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
It tried to get away, but justice must be served.
This commit is contained in:
commit
610fa8f6b3
@ -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
|
||||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -9154,13 +9154,13 @@
|
|||||||
"resolved": "https://registry.npmjs.org/extension-link-enabler/-/extension-link-enabler-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/extension-link-enabler/-/extension-link-enabler-1.0.0.tgz",
|
||||||
"integrity": "sha1-V7kZru7fOL6XJwuYmM7nimN+RvM=",
|
"integrity": "sha1-V7kZru7fOL6XJwuYmM7nimN+RvM=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"extensionizer": "1.0.0"
|
"extensionizer": "1.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extensionizer": {
|
"extensionizer": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/extensionizer/-/extensionizer-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/extensionizer/-/extensionizer-1.0.1.tgz",
|
||||||
"integrity": "sha1-AcIJu+ptnArLp3Epw6pKmpj8NTg="
|
"integrity": "sha512-UES5CSOYqshNsWFrpORcQR47+ph6UvQK25mguD44IyeMemt40CG+LTZrH1PgpGUHX3w7ACtNQnmM0J+qEe8G0Q=="
|
||||||
},
|
},
|
||||||
"external-editor": {
|
"external-editor": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
"ethjs-query": "^0.3.4",
|
"ethjs-query": "^0.3.4",
|
||||||
"express": "^4.15.5",
|
"express": "^4.15.5",
|
||||||
"extension-link-enabler": "^1.0.0",
|
"extension-link-enabler": "^1.0.0",
|
||||||
"extensionizer": "^1.0.0",
|
"extensionizer": "^1.0.1",
|
||||||
"fast-json-patch": "^2.0.4",
|
"fast-json-patch": "^2.0.4",
|
||||||
"fast-levenshtein": "^2.0.6",
|
"fast-levenshtein": "^2.0.6",
|
||||||
"file-loader": "^1.1.11",
|
"file-loader": "^1.1.11",
|
||||||
|
@ -566,7 +566,6 @@
|
|||||||
padding: 30px;
|
padding: 30px;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: $nile-blue;
|
color: $nile-blue;
|
||||||
height: 79px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__message {
|
&__message {
|
||||||
@ -832,7 +831,6 @@
|
|||||||
padding: 30px;
|
padding: 30px;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: $nile-blue;
|
color: $nile-blue;
|
||||||
height: 79px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-modal-message {
|
.notification-modal-message {
|
||||||
|
@ -43,8 +43,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__header__text {
|
&__header__text {
|
||||||
height: 29px;
|
|
||||||
width: 179px;
|
|
||||||
color: #5B5D67;
|
color: #5B5D67;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user