mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Use SSL-enabled server for shortlinks
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user