use detectlanguage.com via https

pull/5137/head
Niklas Fiekas 2019-05-22 14:57:23 +02:00
parent 8a9ac99f12
commit a487738e08
2 changed files with 2 additions and 1 deletions

View File

@ -90,6 +90,7 @@ Lichess as deployed on https://lichess.org/ also uses these external services:
* [Spreadshirt](https://shop.spreadshirt.com/lichess-org) for the [Swag store](https://lichess.org/swag)
* [check.torproject.org](https://check.torproject.org/exit-addresses) for a list or Tor exit nodes
* [getipintel.net](https://getipintel.net/)
* [detectlanguage.com](https://detectlanguage.com/)
* Fallback to [Google Fonts](https://fonts.google.com/)
* [Google Cloud Messaging](https://developers.google.com/cloud-messaging/) and [OneSignal](https://onesignal.com/) for mobile notifications
* [reCAPTCHA](https://www.google.com/recaptcha/)

View File

@ -304,7 +304,7 @@ i18n {
net.domain = ${net.domain}
}
detectlanguage.api {
url = "http://ws.detectlanguage.com/0.2/detect"
url = "https://ws.detectlanguage.com/0.2/detect"
key = ""
}
mailgun {