From 2f3a1bc63edb0fe52441d513b973663058421fa1 Mon Sep 17 00:00:00 2001 From: cryptozeny <37016180+cryptozeny@users.noreply.github.com> Date: Sun, 6 Oct 2019 23:08:22 +0900 Subject: [PATCH] ssl: http to https (#670) --- libs/apiCoinWarz.js | 2 +- libs/apiCryptsy.js | 2 +- website/index.html | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/apiCoinWarz.js b/libs/apiCoinWarz.js index 172d2b7..f455f39 100644 --- a/libs/apiCoinWarz.js +++ b/libs/apiCoinWarz.js @@ -8,7 +8,7 @@ module.exports = function() { // Constants var version = '0.0.1', - PUBLIC_API_URL = 'http://www.coinwarz.com/v1/api/profitability/?apikey=YOUR_API_KEY&algo=all', + PUBLIC_API_URL = 'https://www.coinwarz.com/v1/api/profitability/?apikey=YOUR_API_KEY&algo=all', USER_AGENT = 'nomp/node-open-mining-portal' // Constructor diff --git a/libs/apiCryptsy.js b/libs/apiCryptsy.js index 6563ab5..1717afc 100644 --- a/libs/apiCryptsy.js +++ b/libs/apiCryptsy.js @@ -8,7 +8,7 @@ module.exports = function() { // Constants var version = '0.1.0', - PUBLIC_API_URL = 'http://pubapi.cryptsy.com/api.php', + PUBLIC_API_URL = 'https://pubapi.cryptsy.com/api.php', PRIVATE_API_URL = 'https://api.cryptsy.com/api', USER_AGENT = 'nomp/node-open-mining-portal' diff --git a/website/index.html b/website/index.html index ea5f476..4cd727b 100644 --- a/website/index.html +++ b/website/index.html @@ -6,7 +6,7 @@ - + @@ -76,7 +76,7 @@
This site is powered by the open source NOMP  - project created by Matthew Little and licensed under the GPL + project created by Matthew Little and licensed under the GPL
  Support this project by donating  BTC: 1KRotMnQpxu3sePQnsVLRy3EraRFYfJQFR @@ -84,9 +84,9 @@
Community  :  #nomp IRC   |   - /r/nomp + /r/nomp   |   - +