1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-29 06:41:03 +00:00

Add Vanadium guide (#1978)

This commit is contained in:
Daniel Gray
2023-02-16 04:35:11 +00:00
parent f82cd36298
commit 2b353eacc3
4 changed files with 63 additions and 0 deletions

View File

@@ -23,6 +23,30 @@ schema:
subjectOf:
"@type": WebPage
url: "./"
-
"@context": http://schema.org
"@type": MobileApplication
name: Vanadium
image: /assets/img/browsers/vanadium.svg
url: https://vanadium.app
applicationCategory: Web Browser
operatingSystem:
- Android
subjectOf:
"@type": WebPage
url: "./"
-
"@context": http://schema.org
"@type": MobileApplication
name: Mull
image: /assets/img/browsers/mull.svg
url: https://divestos.org/pages/our_apps#mull
applicationCategory: Web Browser
operatingSystem:
- Android
subjectOf:
"@type": WebPage
url: "./"
-
"@context": http://schema.org
"@type": MobileApplication
@@ -128,6 +152,40 @@ Brave allows you to select additional content filters within the internal `brave
[Brave Sync](https://support.brave.com/hc/articles/360059793111-Understanding-Brave-Sync) allows your browsing data (history, bookmarks, etc.) to be accessible on all your devices without requiring an account and protects it with E2EE.
### Vanadium (GrapheneOS)
<div class="admonition recommendation" markdown>
![Vanadium logo](assets/img/browsers/vanadium.svg#only-light){ align=right }
![Vanadium logo](assets/img/browsers/vanadium-dark.svg#only-dark){ align=right }
**Vanadium** is the default browser that is included with [GrapheneOS](../android.md#grapheneos). The Chromium-based browser includes a number of [patches](https://github.com/GrapheneOS/Vanadium/tree/main/patches) which help improve the security and privacy of the WebView used by other apps.
Among the numerous privacy and security enhancements listed in their documentation, Vanadium notably includes a built-in content blocker and disables JavaScript Just-In-Time (JIT) compilation by default, both of which can be toggled on a per-site basis.
[:octicons-home-16: Homepage](https://vanadium.app){ .md-button .md-button--primary }
[:octicons-eye-16:](https://grapheneos.org/faq#privacy-policy){ .card-link title="Privacy Policy" }
[:octicons-info-16:](https://grapheneos.org/usage#web-browsing){ .card-link title=Documentation }
[:octicons-code-16:](https://github.com/GrapheneOS/Vanadium){ .card-link title="Source Code" }
</div>
#### Recommended Vanadium Configuration
<div class="annotate" markdown>
As explained in their documentation, Vanadium prioritizes better privacy- and security-enhancing defaults to avoid users making themselves stand out by opting into non-default settings.
You might, however, consider configuring the following privacy-related settings, all of which can be found in :material-dots-vertical: → **Settings****Privacy and security**.
- [x] Select **Close tabs on exit**
- [x] Select **Open external links in incognito** (1)
- [x] Select **Lock Incognito tabs when you leave Vanadium**
</div>
1. With this setting enabled, **all** links from other apps, custom tabs, search intents and share intents will open in incognito tabs.
### Mull
<div class="admonition danger" markdown>

View File

@@ -42,6 +42,7 @@ For more details about each project, why they were chosen, and additional tips o
<div class="grid cards" markdown>
- ![Brave logo](assets/img/browsers/brave.svg){ .twemoji loading=lazy } [Brave (Android)](mobile-browsers.md#brave)
- ![Vanadium logo](assets/img/browsers/vanadium.svg#only-light){ .twemoji loading=lazy }![Vanadium logo](assets/img/browsers/vanadium-dark.svg#only-dark){ .twemoji loading=lazy } [Vanadium (GrapheneOS)](mobile-browsers.md#vanadium-grapheneos)
- ![Mull logo](assets/img/browsers/mull.svg){ .twemoji loading=lazy } [Mull (Android)](mobile-browsers.md#mull)
- ![Safari logo](assets/img/browsers/safari.svg){ .twemoji loading=lazy } [Safari (iOS)](mobile-browsers.md#safari)