diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-14 20:20:52 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-14 20:21:52 -0400 |
| commit | d8c97edaf4ebbf20468d0986492f81df7fc33b3b (patch) | |
| tree | 1461ffd98b3c54d3ae71277b6a1f4ab6f4714a6d /static | |
| parent | 6789d53bea609551e87a20a4a0765af574521291 (diff) | |
document option to disable connectivity checks
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 6 | ||||
| -rw-r--r-- | static/features.html | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html index ac46e92b..4457ea42 100644 --- a/static/faq.html +++ b/static/faq.html @@ -764,6 +764,12 @@ <li>HTTP fallback: http://www.google.com/gen_204</li> <li>HTTP other fallback: http://play.googleapis.com/generate_204</li> </ul> + + <p>GrapheneOS also adds the ability to fully disabled the connectivity + checks. This results in the OS no longer handling captive portals + itself, not falling back to other networks when some don't have + internet access and not being able to delay scheduled jobs depending + on internet access until it becomes available.</p> </li> <li> <p>DNS connectivity and functionality tests</p> diff --git a/static/features.html b/static/features.html index 0160d295..4e713cae 100644 --- a/static/features.html +++ b/static/features.html @@ -262,7 +262,7 @@ <li>Proper support for disabling network time updates rather than just not using the results</li> <li>Connectivity checks via a first party server with the option to revert to the - standard checks</li> + standard checks (to blend in) or to fully disable them</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 |
