mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 10:52:03 +01:00
More HTTPS upgrades (#2057)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user