mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-28 14:21:08 +00:00
Browser migration from legacy (#309)
Co-Authored-By: Daniel Gray <dng@disroot.org>
This commit is contained in:
43
_data/software/browsers-desktop/1_firefox.yml
Normal file
43
_data/software/browsers-desktop/1_firefox.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
title: Firefox Desktop
|
||||
type: Recommendation
|
||||
logo: /assets/img/browsers/firefox.svg
|
||||
description: |
|
||||
<strong>Firefox</strong> has some really strong privacy settings such as <a href="https://support.mozilla.org/kb/enhanced-tracking-protection-firefox-desktop">Enhanced Tracking Protection</a> which can help block various <a href="https://support.mozilla.org/kb/enhanced-tracking-protection-firefox-desktop#w_what-enhanced-tracking-protection-blocks">types of tracking</a>.
|
||||
|
||||
These options can be found in the <em>Privacy & Security</em> settings page ( ≡ → Settings → Privacy & Security).
|
||||
<h5><strong>Enhanced Tracking Protection (ETP)</strong>.</h5>
|
||||
<ul style="list-style-type:none;padding-left:0;">
|
||||
<li>Select: <strong>Strict</strong></li>
|
||||
</ul>
|
||||
|
||||
<h5><strong>HTTPS-Only Mode</strong></h5>
|
||||
<ul style="list-style-type:none;padding-left:0;">
|
||||
<li>Select: <strong>Enable HTTPS-Only Mode in all windows</strong>.</li>
|
||||
</ul>
|
||||
|
||||
<h5><strong>Sanitizing on close</strong></h5>
|
||||
<ul style="list-style-type:none;padding-left:0;">
|
||||
<li>Select: <strong>Delete cookies and site data when Firefox is closed</strong></li>
|
||||
</ul>
|
||||
You can still stay logged into websites by allowing exceptions.
|
||||
|
||||
<h4>Extensions</h4>
|
||||
We normally do not recommend installing any extensions, as they have privileged access within your browser. We make an exception for <a href="/browsers/#additional-resources">uBlock Origin</a>,
|
||||
a popular content blocker and 🏆️ <a href="https://support.mozilla.org/kb/add-on-badges#w_recommended-extensions">Recommended Extension</a> by Mozilla.
|
||||
|
||||
<h4>Arkenfox (advanced)</h4>
|
||||
The <a href="https://github.com/arkenfox/user.js">Arkenfox project</a> provides a set of carefully considered options for Firefox. These options are quite strict but a few are subjective and can sometimes cause a website to not work properly. You can easily change these settings to suit your needs. We <strong>strongly recommend</strong> reading through the <a href="https://github.com/arkenfox/user.js/wiki">basics</a> section. Arkenfox also enables <a href="https://support.mozilla.org/en-US/kb/containers#w_for-advanced-users">container</a> support.
|
||||
|
||||
website: 'https://firefox.com/'
|
||||
privacy_policy: 'https://www.mozilla.org/privacy/firefox/'
|
||||
downloads:
|
||||
- icon: fab fa-windows
|
||||
url: 'https://www.mozilla.org/firefox/windows/'
|
||||
- icon: fab fa-apple
|
||||
url: 'https://www.mozilla.org/firefox/mac/'
|
||||
- icon: fab fa-linux
|
||||
url: 'https://www.mozilla.org/firefox/linux/'
|
||||
- icon: fab fa-freebsd
|
||||
url: 'https://www.freshports.org/www/firefox'
|
||||
- icon: fab fa-git
|
||||
url: 'https://hg.mozilla.org/mozilla-central/'
|
27
_data/software/browsers-mobile/1_bromite.yml
Normal file
27
_data/software/browsers-mobile/1_bromite.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
title: Bromite
|
||||
type: Recommendation
|
||||
logo: /assets/img/browsers/bromite.svg
|
||||
description: |
|
||||
<strong>Bromite</strong> is a Chromium-based browser with privacy and security enhancements, built-in ad blocking and some fingerprinting randomization.
|
||||
|
||||
These options can be found in <em>Privacy and Security</em> ( ⁝ → ⚙️ Settings → Privacy and Security)
|
||||
|
||||
<h5><strong>HTTPS-Only Mode</strong></h5>
|
||||
<ul style="list-style-type:none;padding-left:0;">
|
||||
<li>Select: <strong>Always use secure connections</strong>.</li>
|
||||
</ul>
|
||||
|
||||
<h5><strong>Always on Incognito mode</strong></h5>
|
||||
<ul style="list-style-type:none;padding-left:0;">
|
||||
<li>Select: <strong>Open links in incognito tabs always</strong>.</li>
|
||||
<li>Select: <strong>Close all open tabs on exit</strong>.</li>
|
||||
<li>Select: <strong>Open external links in incognito</strong>.</li>
|
||||
</ul>
|
||||
|
||||
website: 'https://www.bromite.org/'
|
||||
privacy_policy: 'https://www.bromite.org/privacy'
|
||||
downloads:
|
||||
- icon: fab fa-android
|
||||
url: 'https://www.bromite.org/fdroid'
|
||||
- icon: fab fa-github
|
||||
url: 'https://github.com/bromite/bromite'
|
14
_data/software/browsers-mobile/2_onion_browser.yml
Normal file
14
_data/software/browsers-mobile/2_onion_browser.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
title: Onion Browser
|
||||
type: Recommendation
|
||||
logo: /assets/img/browsers/onion_browser.svg
|
||||
description: |
|
||||
<strong>Onion Browser</strong> is an open-source browser that lets you browse the web anonymously over the Tor network on iOS devices and is endorsed by the <a href="https://support.torproject.org/glossary/onion-browser/">Tor Project</a>.
|
||||
|
||||
Note that there are some anonymity-related <a href="https://onionbrowser.com/about">issues</a> with Onion Browser due to iOS limitations.
|
||||
website: 'https://onionbrowser.com/'
|
||||
privacy_policy: 'https://onionbrowser.com/privacy-policy'
|
||||
downloads:
|
||||
- icon: fab fa-app-store-ios
|
||||
url: 'https://apps.apple.com/app/id519296448'
|
||||
- icon: fab fa-github
|
||||
url: 'https://github.com/OnionBrowser/OnionBrowser'
|
21
_data/software/browsers-mobile/3_firefox.yml
Normal file
21
_data/software/browsers-mobile/3_firefox.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
title: Firefox iOS
|
||||
type: Recommendation
|
||||
logo: /assets/img/browsers/firefox-ios.svg
|
||||
description: |
|
||||
<strong>Firefox</strong> iOS includes <a href="https://support.mozilla.org/kb/enhanced-tracking-protection-firefox-desktop">Tracking Protection</a> which lets you select the blocklists Cookies, Tracking Content, Cryptominers, Fingerprinters and Redirect trackers.
|
||||
|
||||
<h5><strong>Tracking Protection</strong></h5>
|
||||
<ul style="list-style-type:none;padding-left:0;">
|
||||
<li>Select: <strong>Strict</strong> ( ≡ → ⚙️ Settings → Tracking Protection).</li>
|
||||
</ul>
|
||||
|
||||
<h5><strong>Sanitizing on close</strong></h5>
|
||||
Firefox iOS does not have have an option to clear cache on quit so you must do it manually. ( ≡ → ⚙️ Settings → Data Management).
|
||||
|
||||
website: 'https://firefox.com/'
|
||||
privacy_policy: 'https://www.mozilla.org/privacy/firefox/'
|
||||
downloads:
|
||||
- icon: fab fa-app-store-ios
|
||||
url: 'https://apps.apple.com/id989804926'
|
||||
- icon: fab fa-github
|
||||
url: 'https://github.com/mozilla-mobile/firefox-ios'
|
21
_data/software/browsers-mobile/4_firefox_focus.yml
Normal file
21
_data/software/browsers-mobile/4_firefox_focus.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
title: Firefox Focus iOS
|
||||
type: Recommendation
|
||||
logo: /assets/img/browsers/firefox_focus.svg
|
||||
description: |
|
||||
<strong>Firefox</strong> Focus iOS includes <a href="https://support.mozilla.org/kb/enhanced-tracking-protection-firefox-ios">Tracking Protection</a> which lets you select the blocklists ad trackers, analytic trackers, social trackers and other content tracking.
|
||||
|
||||
Focus also destroys browsing history on quit automatically which is a good way of automatically clearing cookies and website data regularly which is helpful to prevent tracking.
|
||||
|
||||
<h5><strong>Sanitizing on close</strong></h5>
|
||||
Focus sanitizies all data on close by default. Pressing on the <img alt="iOS Garbage Bin icon" width="16" height="16" src="/assets/img/browsers/ios-trash.svg"/> will immediately destroy all cookies and website data for the entire session.
|
||||
|
||||
<h4>Notes</h4>
|
||||
Focus only lets you open one tab at a time.
|
||||
|
||||
website: 'https://firefox.com/'
|
||||
privacy_policy: 'https://www.mozilla.org/privacy/firefox/'
|
||||
downloads:
|
||||
- icon: fab fa-app-store-ios
|
||||
url: 'https://apps.apple.com/id1055677337'
|
||||
- icon: fab fa-github
|
||||
url: 'https://github.com/mozilla-mobile/focus-ios'
|
13
_data/software/browsers-resources/1_ublock_origin.yml
Normal file
13
_data/software/browsers-resources/1_ublock_origin.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
title: uBlock Origin
|
||||
type: Recommendation
|
||||
logo: /assets/img/browsers/ublock_origin.svg
|
||||
description: |
|
||||
<strong>uBlock Origin</strong> is a popular content blocker that could help you block ads, trackers, and fingerprinting scripts.
|
||||
|
||||
We suggest enabling all of the <a href="https://github.com/gorhill/uBlock/wiki/Dashboard:-Filter-lists">filters lists</a> under the "Ads", "Privacy" and "Malware domains". The "Annoyances" and "Multipurpose" lists can also be enabled, but they may break some social media functions. The <em>AdGuard URL Tracking Protection</em> filter list makes extensions like CleanURLs and NeatURLs redundant.
|
||||
|
||||
We also suggest adding the <a href="https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt">Actually Legitimate URL Shortener Tool</a> list and any of the regional lists that might apply to your browsing habits. Additional filter lists do slow things down, so only apply the languages that you use.
|
||||
|
||||
uBlock Origin also has different <a href="https://github.com/gorhill/uBlock/wiki/Blocking-mode">blocking modes</a>. The easy mode <a href="https://www.ranum.com/security/computer_security/editorials/dumb/">might not</a> necessarily keep you safe from every tracker out there, whereas the more advanced modes let you control exactly what needs to run.
|
||||
website: 'https://addons.mozilla.org/firefox/addon/ublock-origin/'
|
||||
privacy_policy: 'https://github.com/gorhill/uBlock/wiki/Privacy-policy'
|
@@ -0,0 +1,9 @@
|
||||
title: Terms of Service; Didn't Read
|
||||
type: Recommendation
|
||||
logo: /assets/img/browsers/terms_of_service_didnt_read.svg
|
||||
description: |
|
||||
<strong>Terms of Service; Didn't Read</strong> grades websites based on their terms of service agreements and privacy policies. It also gives short summaries of those agreements. The analysis and ratings are published transparently by a community of reviewers.
|
||||
|
||||
We do not recommend installing ToS;DR as a browser extension. The same information is provided on their website.
|
||||
website: 'https://tosdr.org/'
|
||||
privacy_policy: 'https://addons.mozilla.org/firefox/addon/terms-of-service-didnt-read/privacy/'
|
@@ -1,5 +0,0 @@
|
||||
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>
|
||||
order: 1
|
26
_data/software/browsers/1_tor-browser.yml
Normal file
26
_data/software/browsers/1_tor-browser.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
title: Tor Browser
|
||||
type: Recommendation
|
||||
info: Provides Anonymity
|
||||
logo: /assets/img/browsers/tor.svg
|
||||
description: |
|
||||
<strong>Tor Browser</strong> is the choice if you need anonymity. This browser provides you with access to the Tor Bridges and Tor Network, along with extensions that can be automatically configured to fit its three security levels - <em>Standard</em>, <em>Safer</em> and <em>Safest</em>. We recommend that you do not change any of Tor Browser's default configurations outside of the standard security levels.
|
||||
|
||||
<h4>Extensions</h4>
|
||||
You should <strong>never</strong> install any additional extensions on Tor Browser, including the ones we suggest for Firefox. Browser extensions make you stand out from other Tor users and your browser easier to <a href="https://support.torproject.org/glossary/browser-fingerprinting">fingerprint</a>.
|
||||
|
||||
website: 'https://www.torproject.org/'
|
||||
website_tor: 'http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion/'
|
||||
privacy_policy: 'https://support.torproject.org/tbb/tbb-3/'
|
||||
downloads:
|
||||
- icon: fab fa-windows
|
||||
url: 'https://www.torproject.org/download/'
|
||||
- icon: fab fa-apple
|
||||
url: 'https://www.torproject.org/download/'
|
||||
- icon: fab fa-linux
|
||||
url: 'https://www.torproject.org/download/'
|
||||
- icon: fab fa-android
|
||||
url: 'https://guardianproject.info/fdroid/'
|
||||
- icon: fab fa-google-play
|
||||
url: 'https://play.google.com/store/apps/details?id=org.torproject.torbrowser'
|
||||
- icon: fab fa-git
|
||||
url: 'https://trac.torproject.org/projects/tor'
|
@@ -1,4 +0,0 @@
|
||||
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.
|
@@ -1,5 +0,0 @@
|
||||
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/)).
|
||||
order: 3
|
@@ -1,33 +0,0 @@
|
||||
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 won’t 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/'
|
||||
downloads:
|
||||
- name: Windows
|
||||
icon: fab fa-windows
|
||||
url: 'https://www.mozilla.org/firefox/windows/'
|
||||
- name: macOS
|
||||
icon: fab fa-apple
|
||||
url: 'https://www.mozilla.org/firefox/mac/'
|
||||
- name: Linux
|
||||
icon: fab fa-linux
|
||||
url: 'https://www.mozilla.org/firefox/linux/'
|
||||
- name: FreeBSD
|
||||
icon: fab fa-freebsd
|
||||
url: 'https://www.freshports.org/www/firefox'
|
||||
- name: Google Play
|
||||
icon: fab fa-google-play
|
||||
url: 'https://play.google.com/store/apps/details?id=org.mozilla.firefox'
|
||||
- name: Android
|
||||
icon: fab fa-android
|
||||
url: 'https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/'
|
||||
- name: iOS
|
||||
icon: fab fa-app-store-ios
|
||||
url: 'https://apps.apple.com/us/app/firefox-private-safe-browser/id989804926'
|
||||
source: 'https://hg.mozilla.org/mozilla-central/'
|
||||
order: 1
|
@@ -1,4 +0,0 @@
|
||||
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.
|
@@ -1,22 +0,0 @@
|
||||
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://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion/'
|
||||
privacy_policy: 'https://support.torproject.org/tbb/tbb-3/'
|
||||
downloads:
|
||||
- icon: fab fa-windows
|
||||
url: 'https://www.torproject.org/download/'
|
||||
- icon: fab fa-apple
|
||||
url: 'https://www.torproject.org/download/'
|
||||
- icon: fab fa-linux
|
||||
url: 'https://www.torproject.org/download/'
|
||||
- icon: fab fa-android
|
||||
url: 'https://play.google.com/store/apps/details?id=org.torproject.torbrowser'
|
||||
- icon: fab fa-app-store-ios
|
||||
url: 'https://guardianproject.info/fdroid/'
|
||||
source: 'https://trac.torproject.org/projects/tor'
|
||||
order: 2
|
@@ -1,6 +0,0 @@
|
||||
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.
|
||||
order: 2
|
||||
website: 'https://github.com/Eloston/ungoogled-chromium/'
|
Reference in New Issue
Block a user