Use SSL-enabled server for shortlinks

This commit is contained in:
Cmdr McDonald
2017-01-13 20:05:45 +00:00
parent 550c94fa94
commit 792eda2572
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
#2.2.9
* Use SSL-enabled server for shortlinks
#2.2.8
* Fix issue where filling all internals with cargo racks would include restricted slots
* Use coriolis-data 2.2.8:

View File

@@ -38,7 +38,7 @@ function shortenUrlGoogle(url, success, error) {
}
}
const SHORTEN_API_EDDP = 'http://eddp.co/u';
const SHORTEN_API_EDDP = 'https://eddp.co/u';
/**
* Shorten a URL using EDDP's URL shortener API
* @param {string} url The URL to shorten