summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-12-21 05:47:08 -0500
committerDaniel Micay <danielmicay@gmail.com>2022-12-21 05:47:08 -0500
commit314d518d3d085a0b33ed956a45150e7e9cc08783 (patch)
tree672c93f60f71ce26687b270a3aad9a93b23d32cd /static
parent32c954812752f7354306057bd439f2f1843dd542 (diff)
clarification about WebView compared to Chromium
Diffstat (limited to 'static')
-rw-r--r--static/faq.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/static/faq.html b/static/faq.html
index feae79af..7a73cd79 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -948,14 +948,15 @@
</li>
</ul>
- <p>Vanadium does not make connections not requested by the app as part of providing
- the WebView implementation in the OS. If you choose to use it as your browser, it
- performs similar connections as the ones performed by the OS above. It does not send
- any identifying information to servers, etc. but rather fetches some static assets
- like dictionaries when triggered by usage of the app. We're working on eliminating
- everything unnecessary and making our servers the default for handling anything that
- cannot simply be shipped with Vanadium for one reason or another such as requiring
- quicker updates.</p>
+ <p>Unlike Chrome/Chromium, Vanadium does not make connections not requested by
+ the app as part of providing the WebView implementation in the OS. If you
+ choose to use it as your browser, it performs similar connections as the ones
+ performed by the OS above. It does not send any identifying information to
+ servers, etc. but rather fetches some static assets like dictionaries when
+ triggered by usage of the app. We're working on eliminating everything
+ unnecessary and making our servers the default for handling anything that
+ cannot simply be shipped with Vanadium for one reason or another such as
+ requiring quicker updates.</p>
</article>
<article id="other-connections">