diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-29 15:23:28 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-29 15:23:28 -0400 |
| commit | a1f672e7b93a77960b1d58d39a627827a974031c (patch) | |
| tree | ae8e3706be7279e5ee5a6edc86c7b6855f96a658 /static/features.html | |
| parent | 0326db8f19470e089e4fdc1d7dfc190b2e75591b (diff) | |
move unimportant OCSP stapling feature
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/features.html b/static/features.html index 0e8afb1e..8c9a6617 100644 --- a/static/features.html +++ b/static/features.html @@ -212,7 +212,6 @@ <li>Authenticated encryption for all of our services</li> <li>Strong cipher configurations for all of our services (SSH, TLS, etc.) with only modern AEAD ciphers providing forward secrecy</li> - <li>Our web services use robust OCSP stapling with Must-Staple</li> <li>Our web sites do not include any third party content and entirely forbid it via strict Content Security Policy rules</li> <li>Our web sites disable referrer headers to maximize privacy</li> @@ -229,6 +228,7 @@ when sending mail including alert messages from the attestation service</li> <li>SSHFP across all domains for pinning SSH keys</li> <li>Static key pinning for our services in apps like Auditor</li> + <li>Our web services use robust OCSP stapling with Must-Staple</li> <li>No persistent 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 with the ability to log out of other |
