From 7bae76424b997959522ae8020e8a76eefb1a7fc6 Mon Sep 17 00:00:00 2001
From: Daniel Micay
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