Skip to content

Commit 3e5d17c

Browse files
Don't enable certificate transparency until next release
1 parent c0515f3 commit 3e5d17c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/src/main/java/com/protonvpn/android/ProtonApplication.kt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ open class ProtonApplication : Application() {
135135
protected var lastMainProcessExitReason: Int? = null
136136

137137
override fun onCreate() {
138-
installCertificateTransparencySupport(
139-
excludedCommonNames = if (BuildConfig.DEBUG) listOf("localhost") else emptyList()
140-
)
138+
// TODO: disabled temporarily
139+
// installCertificateTransparencySupport(
140+
// excludedCommonNames = if (BuildConfig.DEBUG) listOf("localhost") else emptyList()
141+
// )
141142

142143
super.onCreate()
143144
appContext = this

0 commit comments

Comments
 (0)