mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 20:23:19 +00:00
Improve network reliability.
This commit is contained in:
@@ -69,7 +69,6 @@ open class SignalServiceNetworkAccess(context: Context) {
|
||||
private const val COUNTRY_CODE_IRAN = 98
|
||||
private const val COUNTRY_CODE_CUBA = 53
|
||||
private const val COUNTRY_CODE_UZBEKISTAN = 998
|
||||
private const val COUNTRY_CODE_UKRAINE = 380
|
||||
|
||||
private const val G_HOST = "reflector-nrgwuv7kwq-uc.a.run.app"
|
||||
private const val F_SERVICE_HOST = "chat-signal.global.ssl.fastly.net"
|
||||
@@ -210,9 +209,6 @@ open class SignalServiceNetworkAccess(context: Context) {
|
||||
COUNTRY_CODE_UZBEKISTAN to buildGConfiguration(
|
||||
listOf(HostConfig("https://www.google.co.uz", G_HOST, GMAIL_CONNECTION_SPEC)) + baseGHostConfigs
|
||||
),
|
||||
COUNTRY_CODE_UKRAINE to buildGConfiguration(
|
||||
listOf(HostConfig("https://www.google.com.ua", G_HOST, GMAIL_CONNECTION_SPEC)) + baseGHostConfigs
|
||||
),
|
||||
COUNTRY_CODE_IRAN to fConfig,
|
||||
COUNTRY_CODE_CUBA to fConfig
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user