diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-26 09:52:58 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-26 09:52:58 -0500 |
| commit | 98d526da19d1326ac0418ed233a59bb99d453460 (patch) | |
| tree | 0b9eb33c6d88ae2def5267f5001160e3398691ee /static | |
| parent | 2a6f6585f735eb4e3108136922032f2cf24bf0f5 (diff) | |
further improve default connections FAQ
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/faq.html b/static/faq.html index f385ec55..b7e670a0 100644 --- a/static/faq.html +++ b/static/faq.html @@ -489,11 +489,11 @@ <p>The connectivity checks are done by performing an empty GET request to a server returning an empty response with a 204 No Content response code. The - request uses a standard, frozen value for the user agent and doesn't send any - query/data to the server.</p> + request uses a standard, frozen value for the user agent matching the same + value used by billions of other Android devices:</p> + + <pre>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36</pre> - <p>Standard frozen AOSP user agent for the GET request:</p> - <p>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36</p> <p>No query / data is sent to the servers and the response is unused beyond checking the response code.</p> |
