mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Disable failures of Certificate Transparancy
See the link for why
This commit is contained in:
@@ -82,7 +82,7 @@ public class SSLHelper {
|
||||
? new CTTrustManagerBuilder((X509TrustManager) tms[0])
|
||||
.setDiskCache(new AndroidDiskCache(context))
|
||||
.setLogger(logger)
|
||||
.setFailOnError(!Helper.isPlayStoreInstall())
|
||||
.setFailOnError(false) // https://github.com/appmattus/certificatetransparency/issues/143#issuecomment-2993753426
|
||||
.build()
|
||||
: (X509TrustManager) tms[0]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user