We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0515f3 commit 3e5d17cCopy full SHA for 3e5d17c
app/src/main/java/com/protonvpn/android/ProtonApplication.kt
@@ -135,9 +135,10 @@ open class ProtonApplication : Application() {
135
protected var lastMainProcessExitReason: Int? = null
136
137
override fun onCreate() {
138
- installCertificateTransparencySupport(
139
- excludedCommonNames = if (BuildConfig.DEBUG) listOf("localhost") else emptyList()
140
- )
+// TODO: disabled temporarily
+// installCertificateTransparencySupport(
+// excludedCommonNames = if (BuildConfig.DEBUG) listOf("localhost") else emptyList()
141
+// )
142
143
super.onCreate()
144
appContext = this
0 commit comments