diff --git a/ChangeLog.md b/ChangeLog.md index 1bb56d58..69c1bded 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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: diff --git a/src/app/utils/ShortenUrl.js b/src/app/utils/ShortenUrl.js index ca7f05b4..e2f59614 100644 --- a/src/app/utils/ShortenUrl.js +++ b/src/app/utils/ShortenUrl.js @@ -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