More HTTPS upgrades (#2057)

This commit is contained in:
ObserverOfTime
2020-02-23 06:35:13 +02:00
committed by GitHub
parent b1f787e5b2
commit e23b69f8a7
69 changed files with 120 additions and 120 deletions

View File

@ -21,7 +21,7 @@ abstract class HttpSource : CatalogueSource {
protected val network: NetworkHelper = throw Exception("Stub!")
/**
* Base url of the website without the trailing slash, like: http://mysite.com
* Base url of the website without the trailing slash, like: https://mysite.com
*/
abstract val baseUrl: String