further explain Vanadium connectivity checks

This commit is contained in:
Daniel Micay 2020-11-26 10:02:37 -05:00
parent 98d526da19
commit e2a395c5fd

View File

@ -522,8 +522,11 @@
<li>HTTP other fallback: http://play.googleapis.com/generate_204</li> <li>HTTP other fallback: http://play.googleapis.com/generate_204</li>
</ul> </ul>
<p>Similar connectivity checks are also performed by Vanadium. We plan to make <p>Similar connectivity checks are also performed by Vanadium in the browser
it respect the OS configuration option added by GrapheneOS.</p> 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>
<li> <li>
<p>DNS connectivity and functionality tests</p> <p>DNS connectivity and functionality tests</p>