mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
50 lines
1.4 KiB
HTML
50 lines
1.4 KiB
HTML
---
|
|
layout: evergreen
|
|
title: Browser Recommendations
|
|
description: "These are our current web browser recommendations, settings, and add-ons you can use to preserve your privacy."
|
|
---
|
|
|
|
{% assign browser = site.browsers | where:"name","Firefox" %}
|
|
{% for post in browser %}
|
|
{% include recommendation-card.html %}
|
|
{% endfor %}
|
|
|
|
{% assign browser = site.browsers | where:"name","Tor Browser" %}
|
|
{% for post in browser %}
|
|
{% include recommendation-card.html %}
|
|
{% endfor %}
|
|
|
|
<h2>Worth Mentioning</h2>
|
|
|
|
{% assign browser = site.browsers | where:"name","Ungoogled Chromium" %}
|
|
{% for post in browser %}
|
|
{% include worth-mentioning.html %}
|
|
{% endfor %}
|
|
|
|
{% assign browser = site.browsers | where:"name","Safari" %}
|
|
{% for post in browser %}
|
|
{% include worth-mentioning.html %}
|
|
{% endfor %}
|
|
|
|
{% assign browser = site.browsers | where:"name","Bromite" %}
|
|
{% for post in browser %}
|
|
{% include worth-mentioning.html %}
|
|
{% endfor %}
|
|
|
|
<h2>Anti-Recommendations</h2>
|
|
|
|
{% assign browser = site.browsers | where:"name","Google Chrome" %}
|
|
{% for post in browser %}
|
|
{% include anti-recommendation.html %}
|
|
{% endfor %}
|
|
|
|
{% assign browser = site.browsers | where:"name","Brave Browser" %}
|
|
{% for post in browser %}
|
|
{% include anti-recommendation.html %}
|
|
{% endfor %}
|
|
|
|
{% assign browser = site.browsers | where:"name","Chromium" %}
|
|
{% for post in browser %}
|
|
{% include anti-recommendation.html %}
|
|
{% endfor %}
|