mirror of
https://github.com/Corewala/Buran
synced 2025-03-11 22:53:08 +00:00
Fixed redirects without leading slash
This commit is contained in:
parent
764cee3042
commit
0505e5d5bf
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class GeminiDatasource(private val context: Context, val history: BuranHistory):
|
|||
|
||||
private fun resolve(host: String, address: String): String{
|
||||
val ouri = OppenURI()
|
||||
ouri.set(host)
|
||||
ouri.set("gemini://$host")
|
||||
return ouri.resolve(address)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue