mirror of https://github.com/Lissy93/dashy.git
🔒 Use https, for CVE lookup library
This commit is contained in:
parent
15eddb1565
commit
76ea9e0cee
|
@ -211,7 +211,7 @@ module.exports = {
|
||||||
codeStats: 'https://codestats.net/',
|
codeStats: 'https://codestats.net/',
|
||||||
cryptoPrices: 'https://api.coingecko.com/api/v3/coins/',
|
cryptoPrices: 'https://api.coingecko.com/api/v3/coins/',
|
||||||
cryptoWatchList: 'https://api.coingecko.com/api/v3/coins/markets/',
|
cryptoWatchList: 'https://api.coingecko.com/api/v3/coins/markets/',
|
||||||
cveVulnerabilities: 'http://www.cvedetails.com/json-feed.php',
|
cveVulnerabilities: 'https://www.cvedetails.com/json-feed.php',
|
||||||
exchangeRates: 'https://v6.exchangerate-api.com/v6/',
|
exchangeRates: 'https://v6.exchangerate-api.com/v6/',
|
||||||
flights: 'https://aerodatabox.p.rapidapi.com/flights/airports/icao/',
|
flights: 'https://aerodatabox.p.rapidapi.com/flights/airports/icao/',
|
||||||
githubTrending: 'https://gh-trending-repos.herokuapp.com/',
|
githubTrending: 'https://gh-trending-repos.herokuapp.com/',
|
||||||
|
|
Loading…
Reference in New Issue