It tried to get away, but justice must be served.

feature/default_network_editable
Kevin Serrano 7 years ago
commit 610fa8f6b3
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
  1. 3
      app/scripts/contentscript.js
  2. 8
      package-lock.json
  3. 2
      package.json
  4. 2
      ui/app/css/itcss/components/modal.scss
  5. 2
      ui/app/css/itcss/components/request-signature.scss

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

8
package-lock.json generated

@ -9154,13 +9154,13 @@
"resolved": "https://registry.npmjs.org/extension-link-enabler/-/extension-link-enabler-1.0.0.tgz",
"integrity": "sha1-V7kZru7fOL6XJwuYmM7nimN+RvM=",
"requires": {
"extensionizer": "1.0.0"
"extensionizer": "1.0.1"
}
},
"extensionizer": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/extensionizer/-/extensionizer-1.0.0.tgz",
"integrity": "sha1-AcIJu+ptnArLp3Epw6pKmpj8NTg="
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/extensionizer/-/extensionizer-1.0.1.tgz",
"integrity": "sha512-UES5CSOYqshNsWFrpORcQR47+ph6UvQK25mguD44IyeMemt40CG+LTZrH1PgpGUHX3w7ACtNQnmM0J+qEe8G0Q=="
},
"external-editor": {
"version": "2.1.0",

@ -111,7 +111,7 @@
"ethjs-query": "^0.3.4",
"express": "^4.15.5",
"extension-link-enabler": "^1.0.0",
"extensionizer": "^1.0.0",
"extensionizer": "^1.0.1",
"fast-json-patch": "^2.0.4",
"fast-levenshtein": "^2.0.6",
"file-loader": "^1.1.11",

@ -566,7 +566,6 @@
padding: 30px;
font-size: 22px;
color: $nile-blue;
height: 79px;
}
&__message {
@ -832,7 +831,6 @@
padding: 30px;
font-size: 22px;
color: $nile-blue;
height: 79px;
}
.notification-modal-message {

@ -43,8 +43,6 @@
}
&__header__text {
height: 29px;
width: 179px;
color: #5B5D67;
font-family: Roboto;
font-size: 22px;

Loading…
Cancel
Save