diff --git a/static/features.html b/static/features.html
index 86ddd833..591281aa 100644
--- a/static/features.html
+++ b/static/features.html
@@ -1001,9 +1001,10 @@
Static key pinning for our services in apps like Auditor
Our web services use robust OCSP stapling with Must-Staple
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
- sessions
+ login sessions, which are set up securely using SameSite=Strict
,
+ Secure
, HttpOnly
, and Path=/
flags, prefixed with
+ __Host
and have server-side session tracking with the ability to log out
+ of other sessions
scrypt-based password hashing (likely Argon2 when the available implementations
are more mature)