From b6d9491f56e29da9bf4af874d591af28d5a14bb6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 17 Feb 2020 00:18:04 -0500 Subject: [PATCH] move default connections to FAQ --- static/faq.html | 84 ++++++++++++++++++++++++++++++++++++++++++++++ static/index.html | 2 +- static/redirect.js | 1 + static/usage.html | 83 +-------------------------------------------- 4 files changed, 87 insertions(+), 83 deletions(-) diff --git a/static/faq.html b/static/faq.html index 0c26c3a8..7b0c1867 100644 --- a/static/faq.html +++ b/static/faq.html @@ -61,6 +61,8 @@ @@ -206,6 +208,88 @@

GrapheneOS only makes a small change to remove a legacy form of access to the serial number by legacy apps, which was still around for compatibility.

+

+ What kind of connections do the OS and bundled apps + make by default? +

+ +

GrapheneOS makes connections to the outside world to test connectivity, detect + 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:

+ + + - + diff --git a/static/redirect.js b/static/redirect.js index d5542593..e1387e23 100644 --- a/static/redirect.js +++ b/static/redirect.js @@ -12,6 +12,7 @@ const redirects = new Map([ ["/#device-support", "/faq#device-support"], + ["/usage#default-connections", "/faq#default-connections"], ]); function handle_hash() { diff --git a/static/usage.html b/static/usage.html index 2a0bf9f8..a3458c16 100644 --- a/static/usage.html +++ b/static/usage.html @@ -61,7 +61,6 @@
  • Sideloading
  • -
  • Default connections
  • Web browsing
  • Camera
  • Exec spawning
  • @@ -195,87 +194,6 @@ a computer with ADB access within the OS is much different and exposes the device to a huge amount of attack surface and control by the trusted computer.

    -

    - Default connections -

    - -

    GrapheneOS makes connections to the outside world to test connectivity, detect - 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:

    - - -

    Web browsing

    @@ -417,5 +335,6 @@
  • Reddit
  • +