diff --git a/static/usage.html b/static/usage.html index 5a6244df..58c7d94c 100644 --- a/static/usage.html +++ b/static/usage.html @@ -196,13 +196,21 @@ captive portals and download updates. No data varying per user / installation is sent in these connections. There aren't analytics / telemetry in GrapheneOS.
-The expected default connections by GrapheneOS (including all base system apps) are the following:
+The expected default connections by GrapheneOS (including all base system apps) are + the following:
The GrapheneOS Updater app fetches update metadata from https://releases.grapheneos.org/DEVICE-CHANNEL approximately once every four hours when connected to a permitted network for updates.
+Once an update is available, it tries to download + https://releases.grapheneos.org/DEVICE-incremental-OLD_VERSION-NEW_VERSION.zip + for a delta update, and then falls back to + https://releases.grapheneos.org/DEVICE-ota_update-NEW_VERSION.zip.
+No query / data is sent to the server, so the only information leaked to it + are the variables in these 3 URLs (device, channel, current version) which is + necessary to obtain the update.
Users can control which types of connections the Updater app will use, and although it's strongly recommended to always leave it enabled it can be disabled.
@@ -214,7 +222,8 @@ are downloaded from https://xtrapath1.izatcloud.net/xtra3grc.bin, https://xtrapath2.izatcloud.net/xtra3grc.bin or https://xtrapath3.izatcloud.net/xtra3grc.bin. GrapheneOS has modified all - references to these servers to use HTTPS rather than a mix of HTTP and HTTPS. + references to these servers to use HTTPS rather than a mix of HTTP and HTTPS. + No query / data is sent to the server.Connectivity checks designed to mimic a web browser user agent are performed