diff --git a/.babelrc b/.babelrc index eb7a40d8..5c664379 100644 --- a/.babelrc +++ b/.babelrc @@ -3,7 +3,7 @@ ["env", { "targets": { "node": 8, - "browsers": "electron 1.7" + "browsers": "electron 2.0" }, "useBuiltIns": true }], diff --git a/.travis.yml b/.travis.yml index f0c75b9d..0c7cfbd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ language: node_js env: global: - DEBUG=electron-builder + - ELECTRON_DISABLE_SECURITY_WARNINGS=true matrix: - TEST=lint-ci - TEST=test-ci diff --git a/app/api/index.js b/app/api/index.js index 43544a56..5d0b1bd3 100644 --- a/app/api/index.js +++ b/app/api/index.js @@ -26,7 +26,7 @@ export function requestBlockHeight() { } export function requestSuggestedNodes() { - const BASE_URL = 'http://zap.jackmallers.com/suggested-peers' + const BASE_URL = 'https://zap.jackmallers.com/suggested-peers' return axios({ method: 'get', url: BASE_URL diff --git a/app/app.global.scss b/app/app.global.scss index f026e4fb..553cb829 100644 --- a/app/app.global.scss +++ b/app/app.global.scss @@ -8,7 +8,7 @@ font-family: 'Roboto'; font-style: normal; font-weight: 300; - src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcaCWcynf_cDxXwCLxiixG1c.ttf) format('truetype'); + src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcaCWcynf_cDxXwCLxiixG1c.ttf) format('truetype'); } body { diff --git a/app/app.html b/app/app.html index c309ddf0..7a8ac477 100644 --- a/app/app.html +++ b/app/app.html @@ -2,9 +2,15 @@
+