diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 18:58:56 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 18:58:56 -0500 |
| commit | c99f5a39be659b3709a4e0c04fc46a8cf275692b (patch) | |
| tree | eff66495a4ee3ecb233614318640be2413cc9662 /static | |
| parent | b11aa57ed58ee6a0abed546f9a50843f6e6fdc49 (diff) | |
new Vanadium explanation now that more is removed
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index 1debded3..7e94248c 100644 --- a/static/faq.html +++ b/static/faq.html @@ -567,6 +567,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> + <h3 id="privacy-policy"> <a href="#privacy-policy">What is the privacy policy for GrapheneOS services?</a> </h3> |
