diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-12 16:57:53 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-12 16:57:53 -0400 |
| commit | eca4097cf7fc1c1e4afa09962a018d9700f2308d (patch) | |
| tree | b7b8de7da80a942102d64cff0a14e0f1381efd7e /static/faq.html | |
| parent | 2e0510920e06fb57df538513ece9cf78765c34c1 (diff) | |
split up paragraphs
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/static/faq.html b/static/faq.html index cd90ae1e..8ee02dd2 100644 --- a/static/faq.html +++ b/static/faq.html @@ -365,16 +365,18 @@ code. This is used to detect when internet connectivity is lost on a network, which triggers fallback to other available networks if possible. These checks are designed to detect and handle captive portals which substitute the - expected empty 204 response with their own web page. These need use a very - common domain and URL in order to bypass whitelisting systems only permitting - access to common domains / URLs so a domain like grapheneos.org would likely - be inadequate. GrapheneOS leaves these set to the standard four URLs to blend - into the crowd of billions of other Android devices with and without Google - Mobile Services performing the same empty GET requests. For privacy reasons, - it isn't desirable to stand out from the crowd and changing these URLs or even - disabling the feature will likely reduce your privacy by giving your device a - more unique fingerprint. GrapheneOS aims to appear like any other common - mobile device on the network.</p> + expected empty 204 response with their own web page.</p> + + <p>These need use a very common domain and URL in order to bypass whitelisting + systems only permitting access to common domains / URLs so a domain like + grapheneos.org would likely be inadequate. GrapheneOS leaves these set to the + standard four URLs to blend into the crowd of billions of other Android + devices with and without Google Mobile Services performing the same empty GET + requests. For privacy reasons, it isn't desirable to stand out from the crowd + and changing these URLs or even disabling the feature will likely reduce your + privacy by giving your device a more unique fingerprint. GrapheneOS aims to + appear like any other common mobile device on the network.</p> + <ul> <li>HTTPS: https://www.google.com/generate_204</li> <li>HTTP: http://connectivitycheck.gstatic.com/generate_204</li> |
