1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-22 03:12:40 +00:00

Use _data for recommendations

This commit is contained in:
2021-05-03 09:19:07 -05:00
parent 22f39a228c
commit 42fd97f46e
9 changed files with 4 additions and 37 deletions

View File

@ -0,0 +1,6 @@
---
title: Brave Browser
type: "Anti-Recommendation"
description: |
Despite being widely touted as a privacy-friendly Chromium browser, we have a number of concerns with Brave's business practices and future business model that prevents us from recommending them. The Brave team [has publicly stated](https://www.reddit.com/r/privacytoolsIO/comments/cs8foq/update_delisting_brave/) they do not want to be associated with privacy-focused groups like PrivacyTools ([PrivacyTools PR #657](https://github.com/privacytools/privacytools.io/pull/657)), which causes us to believe the Brave team does not wish to be under too much scrutiny from the privacy community as they continue to develop their product ([Reddit discussion](http://archive.today/2020.05.13-035943/https://www.removeddit.com/r/brave_browser/comments/csapsy/brave_browser_is_being_delisted_from/exf6i0f/)).
---

View File

@ -0,0 +1,7 @@
---
title: Bromite
type: "Worth Mentioning"
description: |
A Chromium-based browser with security and privacy enhancements built in, such as an adblocker and DNS-over-HTTPS support. It includes patches from Ungoogled Chromium and other security/privacy focused Chromium projects. However, <mark>Bromite is only available on Android at this time,</mark> making it a poor choice for users of multiple devices, especially if you need to sync between a desktop and mobile device.
website: 'https://www.bromite.org/'
---

View File

@ -0,0 +1,6 @@
---
title: Chromium
type: "Anti-Recommendation"
description: |
Without signing into a Google Account, the open-source builds of Chromium do relatively well in terms of security and privacy. However, Chromium still does have a number of integrations with Google hardcoded into the source, and because it is designed to be as user-friendly as possible, it operates in a way that compromises transparency and user-control. And, Chromium is still directly developed by Google, who have attempted to introduce anti-consumer measures in the past as mentioned in the Google Chrome section.
---

View File

@ -0,0 +1,33 @@
---
title: Firefox
type: Recommendation
logo: /assets/img/browsers/firefox-logo.svg
description: |
Firefox is a fast, reliable, open-source, privacy-respecting browser developed by Mozilla.
Unlike Google Chrome, Firefox wont track your data and send it to various companies. Firefox also allows you to simply install a number of add-ons that will improve your privacy online.
website: 'https://firefox.com/'
privacy_policy: 'https://www.mozilla.org/en-US/privacy/firefox/'
platform_win: 'https://www.mozilla.org/firefox/windows/'
platform_mac: 'https://www.mozilla.org/firefox/mac/'
platform_linux: 'https://www.mozilla.org/firefox/linux/'
platform_bsd: 'https://www.freshports.org/www/firefox'
platform_android: 'https://play.google.com/store/apps/details?id=org.mozilla.firefox'
platform_fdroid: 'https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/'
platform_ios: 'https://apps.apple.com/us/app/firefox-private-safe-browser/id989804926'
source: 'https://hg.mozilla.org/mozilla-central/'
order: 1
---
<h2 class="pt-3">Source Code</h2>
<p>Mozilla publishes the source code for the Firefox browser at <a href="{{ page.source }}">{{ page.source }}</a>.</p>
<h2 class="pt-3">Related Content</h2>
{% assign blog1 = site.posts | where:"title","Firefox Privacy: Tips and Tricks for Better Browsing" %}
{% for post in blog1 %}
<div class="row">
{% include blog-card.html %}
</div>
{% endfor %}

View File

@ -0,0 +1,7 @@
---
title: Google Chrome
type: "Anti-Recommendation"
description: |
Chrome is completely controlled by Google, and taps into your browsing history to track you across the web and serve you targeted advertisements. Because of Google's interest in increased ad revenues, Google Chrome offers [no privacy protections](https://www.washingtonpost.com/technology/2019/06/21/google-chrome-has-become-surveillance-software-its-time-switch/) out of the box compared to Firefox, and has taken anti-consumer steps to [block common extensions like adblockers](https://www.wired.com/story/google-chrome-ad-blockers-extensions-api/). <mark>It's best to avoid this browser at all costs.</mark>
---

View File

@ -0,0 +1,6 @@
---
title: Safari
type: Worth Mentioning
description: |
A browser option on macOS and iOS with a strong focus on security and [privacy](https://www.apple.com/safari/docs/Safari_White_Paper_Nov_2019.pdf). <mark>We believe Safari is an acceptable choice for Apple users,</mark> despite Safari being a proprietary browser, because Apple users are already trusting a proprietary operating system to run their programs on. We do not recommend using iCloud Sync, which saves your bookmarks and history in a way which allows Apple to view them. Additionally, [WebKit](https://webkit.org), the browser engine powering Safari *is* open source.
---

View File

@ -0,0 +1,18 @@
---
title: Tor Browser
type: Recommendation
info: Provides Anonymity
logo: /assets/img/browsers/tor-logo.svg
description: |
The choice if you need an extra layer of anonymity. Tor Browser is a modified version of Firefox ESR, which comes with pre-installed privacy add-ons, encryption, and an advanced proxy.
website: 'https://www.torproject.org/'
website_tor: 'http://expyuzz4wqqyqhjn.onion/'
privacy_policy: 'https://support.torproject.org/tbb/tbb-3/'
platform_win: 'https://www.torproject.org/download/'
platform_mac: 'https://www.torproject.org/download/'
platform_linux: 'https://www.torproject.org/download/'
platform_android: 'https://play.google.com/store/apps/details?id=org.torproject.torbrowser'
platform_fdroid: 'https://guardianproject.info/fdroid/'
source: 'https://trac.torproject.org/projects/tor'
order: 2
---

View File

@ -0,0 +1,6 @@
---
title: Ungoogled Chromium
type: Worth Mentioning
description: |
A desktop browser based on Chromium which removes all Google integrations, while adding features which seek to enhance your security, privacy, and control of your browser. However, <mark>we do not strongly recommend the use of Ungoogled Chromium for most users</mark> at this time, because of a lack of official builds and updates from the developer. We strongly believe that auto-updating apps are key for maintaining security, lest you browse the web with outdated builds of your browser which may be susceptible to any number of live exploits.
---