mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Pass down RemoteConfig for TLS minimum version enforcement to libsignal.
This commit is contained in:
committed by
Cody Henthorne
parent
9d1960f065
commit
7c9bab421a
@@ -992,6 +992,14 @@ object RemoteConfig {
|
||||
value.asBoolean(false) || Environment.IS_NIGHTLY
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
@get:JvmName("libsignalEnforceMinTlsVersion")
|
||||
val libsignalEnforceMinTlsVersion by remoteBoolean(
|
||||
key = "android.libsignalEnforceMinTlsVersion",
|
||||
defaultValue = false,
|
||||
hotSwappable = false
|
||||
)
|
||||
|
||||
/** Whether or not to launch the restore activity after registration is complete, rather than before. */
|
||||
@JvmStatic
|
||||
@get:JvmName("restoreAfterRegistration")
|
||||
|
||||
Reference in New Issue
Block a user