Voyce.Me: Switch from http to https (#2793)
The baseUrl is only used: - in headers - for WebView button The change does not affect any existing users, as all URLs are set without the domain in VoyceMeDto.kt
This commit is contained in:
parent
f189ddfa55
commit
a91cda1806
|
@ -1,7 +1,8 @@
|
|||
ext {
|
||||
extName = 'Voyce.Me'
|
||||
extClass = '.VoyceMe'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -29,7 +29,7 @@ class VoyceMe : HttpSource() {
|
|||
|
||||
override val name = "VoyceMe"
|
||||
|
||||
override val baseUrl = "http://voyce.me"
|
||||
override val baseUrl = "https://www.voyce.me"
|
||||
|
||||
override val lang = "en"
|
||||
|
||||
|
|
Loading…
Reference in New Issue