diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-04-26 15:38:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-04-26 15:38:29 -0400 |
| commit | c715609bc4c56217c2deaed7764d456699b3bc2b (patch) | |
| tree | 60440144ece9dc7752d85b2f0c357a57b6dcd256 | |
| parent | 526089d44f74b8894193823dcd8ec4e2fc967628 (diff) | |
document additional service changes/toggles
| -rw-r--r-- | static/features.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index de1b69c5..2dc9a89e 100644 --- a/static/features.html +++ b/static/features.html @@ -276,6 +276,10 @@ the results</li> <li>Connectivity checks via a first party server with the option to revert to the standard checks (to blend in) or to fully disable them</li> + <li>Attestation key provisioning via a first party server with the option to + revert to the standard server</li> + <li>GNSS almanac downloads (PSDS) via a first party server with the option to + revert to the standard server (not available for all GPS vendors yet)</li> <li>Hardened local build / signing infrastructure</li> <li><a href="/usage#updates">Seamless automatic OS update system</a> that just works and stays out of the way in the background without disrupting device |
