diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-26 10:02:37 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-26 10:02:37 -0500 |
| commit | e2a395c5fd7d0314fc27172dc2bdc192ee8c28cf (patch) | |
| tree | 7cf3422ee8445eb0cc0817c4af85aa3dacd9ae51 /static | |
| parent | 98d526da19d1326ac0418ed233a59bb99d453460 (diff) | |
further explain Vanadium connectivity checks
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/faq.html b/static/faq.html index b7e670a0..021591d1 100644 --- a/static/faq.html +++ b/static/faq.html @@ -522,8 +522,11 @@ <li>HTTP other fallback: http://play.googleapis.com/generate_204</li> </ul> - <p>Similar connectivity checks are also performed by Vanadium. We plan to make - it respect the OS configuration option added by GrapheneOS.</p> + <p>Similar connectivity checks are also performed by Vanadium in the browser + app, but not the WebView. This matches the behavior of Chrome and Chromium. In + the future, we plan to have it follow our OS configuration option by having it + switch between the GrapheneOS server and blending in with Chrome based on the + user's choice.</p> </li> <li> <p>DNS connectivity and functionality tests</p> |
