Removed Certificate Transparancy option

master
M66B 1 week ago
parent 63c4416631
commit c10a3b9bbe

@ -6315,7 +6315,9 @@ visible as a short delay between tapping on a link and the link confirmation dia
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq201)
**Unfortunately, the Certificate Transparency library isn't maintained anymore, and therefore Certificate Transparency has been disabled in version 1.2320.**
**Since version 1.2326 Certificate Transparency [as provided by Android 16 and later](https://developer.android.com/privacy-and-security/security-config#CertificateTransparencySummary) is always enabled in non Play Store builds**
**Unfortunately, the Certificate Transparency library isn't maintained anymore, and therefore Certificate Transparency has been disabled in version 1.2320 for Android 15 and before and for Play Store builds.**
Please see [this article](https://certificate.transparency.dev/howctworks/) about what certificate transparency is.
Alternatively, see [this Wikipedia article](https://en.wikipedia.org/wiki/Certificate_Transparency).

@ -618,7 +618,9 @@
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:checked="true"
android:tag="nosuggest"
android:text="@string/title_advanced_cert_transparency"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvCertStrictHint"
@ -631,7 +633,9 @@
android:layout_marginStart="12dp"
android:layout_marginTop="6dp"
android:contentDescription="@string/title_info"
android:tag="nosuggest"
android:tooltipText="@string/title_info"
android:visibility="gone"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swCertTransparency"
app:srcCompat="@drawable/twotone_info_24" />

@ -3160,7 +3160,8 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
<p><br></p>
<p><a name="faq201"></a> <strong>(201) What is certificate transparency?</strong></p>
<p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq201">Google Translate</a></p>
<p><strong>Unfortunately, the Certificate Transparency library isnt maintained anymore, and therefore Certificate Transparency has been disabled in version 1.2320.</strong></p>
<p><strong>Since version 1.2326 Certificate Transparency <a href="https://developer.android.com/privacy-and-security/security-config#CertificateTransparencySummary">as provided by Android 16 and later</a> is always enabled in non Play Store builds</strong></p>
<p><strong>Unfortunately, the Certificate Transparency library isnt maintained anymore, and therefore Certificate Transparency has been disabled in version 1.2320 for Android 15 and before and for Play Store builds.</strong></p>
<p>Please see <a href="https://certificate.transparency.dev/howctworks/">this article</a> about what certificate transparency is. Alternatively, see <a href="https://en.wikipedia.org/wiki/Certificate_Transparency">this Wikipedia article</a>.</p>
<p>When certificate transparency is enabled in the connection-settings tab page of the app, the <a href="https://github.com/GoogleChrome/CertificateTransparency/blob/master/ct_policy.md">Chrome Certificate Transparency Policy</a> will be applied. The CT log will be downloaded from <a href="https://www.gstatic.com/ct/log_list/v3/all_logs_list.json">https://www.gstatic.com/</a>.</p>
<p>FairEmail uses <a href="https://github.com/appmattus/certificatetransparency">this library</a> to implement certificate transparency via a custom trust manager.</p>

Loading…
Cancel
Save