kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale-android
#88: Fix hostname scheme prefix handling
rodzic
4e0279a75a
commit
fec95a7332
|
@ -121,7 +121,7 @@ class LoginActivity : AppCompatActivity() {
|
|||
if (hostname.isEmpty()) {
|
||||
return getString(R.string.login_error_hostname)
|
||||
}
|
||||
if (!cleartext && hostname.startsWith("http")) {
|
||||
if (!cleartext && hostname.startsWith("http://")) {
|
||||
return getString(R.string.login_error_hostname_https)
|
||||
}
|
||||
return null
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Fix handling of hostname 'https://' scheme prefix (#88)
|
Ładowanie…
Reference in New Issue