diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-25 20:58:56 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-25 20:58:56 -0500 |
| commit | c4cba5d628faa66a6433c181d50eaf4d5ddebb93 (patch) | |
| tree | cd5fdb19ad1e75a90c06959c476666e98d38a382 /static | |
| parent | 73b35a0cd7ef85f6da2cb77f6edbfd45079fe2d5 (diff) | |
minor features page improvements
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/features.html b/static/features.html index 78cbc851..cde794d7 100644 --- a/static/features.html +++ b/static/features.html @@ -174,10 +174,9 @@ <li>Strong cipher configurations for all of our services (SSH, TLS, etc.) with only modern AEAD ciphers providing forward secrecy</li> <li>DNSSEC for all our domains</li> + <li>DANE TLSA records for pinning keys for all our TLS services (mostly helps + to secure email due to lack of browser support)</li> <li>SSHFP across all domains for pinning SSH keys</li> - <li>DANE TLSA records for pinning keys for all our TLS services (unfortunately only - used by a subset of other mail services in practice, and not yet web - browsers)</li> <li>Static key pinning for our services in apps like Auditor</li> <li>No cookies or similar client-side state for anything other than login sessions, which are set up via SameSite=strict cookies and have server-side session tracking @@ -197,8 +196,9 @@ <li>Can make your own builds and make desired changes, so you aren't stuck with the decisions made by the upstream project</li> <li>Non-profit project avoiding conflicts of interest by keeping commercialization - at a distance. Companies support the project rather than the project serving the - needs of any particular company</li> + at a distance. Companies support the project + <a href="/faq#company">rather than the project serving the needs of any + particular company</a></li> <li><a href="/faq#privacy-policy">Strong privacy policies</a></li> </ul> </section> |
