diff --git a/FAQ.md b/FAQ.md index 7cd8ca121d..1adb4c1719 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5880,6 +5880,7 @@ Alternatively, see [this Wikipedia article](https://en.wikipedia.org/wiki/Certif When certificate transparency is enabled in the connection-settings tab page of the app, the [Chrome Certificate Transparency Policy](https://github.com/GoogleChrome/CertificateTransparency/blob/master/ct_policy.md) will be applied. +The CT log will be downloaded from [https://www.gstatic.com/](https://www.gstatic.com/ct/log_list/v3/all_logs_list.json). FairEmail uses [this library](https://github.com/appmattus/certificatetransparency) to implement certificate transparency via a custom trust manager. diff --git a/index.html b/index.html index 117d1a36f0..9244084691 100644 --- a/index.html +++ b/index.html @@ -2933,7 +2933,7 @@ adb install /path/to/FairEmail-xxx.apk

(201) What is certificate transparency?

🌎 Google Translate

Please see this article about what certificate transparency is. Alternatively, see this Wikipedia article.

-

When certificate transparency is enabled in the connection-settings tab page of the app, the Chrome Certificate Transparency Policy will be applied.

+

When certificate transparency is enabled in the connection-settings tab page of the app, the Chrome Certificate Transparency Policy will be applied. The CT log will be downloaded from https://www.gstatic.com/.

FairEmail uses this library to implement certificate transparency via a custom trust manager.


(202) What is DNSSEC and what is DANE?