diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-04-29 18:40:28 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-29 18:40:28 -0400 |
| commit | 9815c2457b31d87455a06df719d7121ab29c2362 (patch) | |
| tree | 79b0d584921efe776decea221cec21ac9c369ce0 /static | |
| parent | 970b7f0c602f325610fb6379651314ed3540c7b4 (diff) | |
add more info about default connections
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index ce58d6c0..7f20a413 100644 --- a/static/faq.html +++ b/static/faq.html @@ -771,6 +771,17 @@ captive portals and download updates. No data varying per user / installation / device is sent in these connections. There aren't analytics / telemetry in GrapheneOS.</p> + <p>On 6th and 7th generation Pixels, GrapheneOS only connects to GrapheneOS + servers by default. On 4th and 5th generation Pixels, there's a single + non-GrapheneOS connection to download static files from a Qualcomm service + (PSDS, referred to as XTRA by Qualcomm) hosted on Amazon Web Services which + we're in the process of phasing out. We've already made changes to resolve a + serious privacy issue with this Qualcomm service.</p> + + <p>Make sure to read the <a href="#other-connections">other connections</a> + section below this one too which covers non-default connections triggered by + having a certain carrier, having apps installed, etc.</p> + <p>The expected default connections by GrapheneOS (including all base system apps) are the following:</p> |
