2020-05-12 21:05:51 +02:00
|
|
|
---
|
|
|
|
layout: evergreen
|
|
|
|
title: Browser Recommendations
|
|
|
|
---
|
|
|
|
|
|
|
|
<p class="lead">
|
2020-05-12 22:13:53 +02:00
|
|
|
These are our current web browser recommendations, settings, and add-ons you can use to preserve your privacy.
|
2020-05-12 21:05:51 +02:00
|
|
|
</p>
|
|
|
|
|
2020-05-19 06:33:21 +02:00
|
|
|
{% assign browser = site.browsers | where:"name","Firefox" %}
|
|
|
|
{% for post in browser %}
|
|
|
|
{% include recommendation-card.html %}
|
2020-05-12 21:05:51 +02:00
|
|
|
{% endfor %}
|
|
|
|
|
2020-05-19 06:33:21 +02:00
|
|
|
{% assign browser = site.browsers | where:"name","Tor Browser" %}
|
|
|
|
{% for post in browser %}
|
|
|
|
{% include recommendation-card.html %}
|
2020-05-12 21:05:51 +02:00
|
|
|
{% endfor %}
|
2020-05-13 05:37:59 +02:00
|
|
|
|
|
|
|
<h2>Worth Mentioning</h2>
|
|
|
|
|
2020-05-19 06:33:21 +02:00
|
|
|
{% assign browser = site.browsers | where:"name","Ungoogled Chromium" %}
|
|
|
|
{% for post in browser %}
|
|
|
|
{% include worth-mentioning.html %}
|
|
|
|
{% endfor %}
|
2020-05-13 06:37:50 +02:00
|
|
|
|
2020-05-19 06:33:21 +02:00
|
|
|
{% assign browser = site.browsers | where:"name","Safari" %}
|
|
|
|
{% for post in browser %}
|
|
|
|
{% include worth-mentioning.html %}
|
|
|
|
{% endfor %}
|
2020-05-13 06:37:50 +02:00
|
|
|
|
2020-05-19 06:33:21 +02:00
|
|
|
{% assign browser = site.browsers | where:"name","Bromite" %}
|
|
|
|
{% for post in browser %}
|
|
|
|
{% include worth-mentioning.html %}
|
|
|
|
{% endfor %}
|
2020-05-13 06:37:50 +02:00
|
|
|
|
2020-05-13 05:37:59 +02:00
|
|
|
<h2>Anti-Recommendations</h2>
|
|
|
|
|
2020-05-19 06:33:21 +02:00
|
|
|
{% assign browser = site.browsers | where:"name","Google Chrome" %}
|
|
|
|
{% for post in browser %}
|
|
|
|
{% include anti-recommendation.html %}
|
|
|
|
{% endfor %}
|
2020-05-13 06:37:50 +02:00
|
|
|
|
2020-05-19 06:33:21 +02:00
|
|
|
{% assign browser = site.browsers | where:"name","Brave Browser" %}
|
|
|
|
{% for post in browser %}
|
|
|
|
{% include anti-recommendation.html %}
|
|
|
|
{% endfor %}
|
2020-05-13 06:37:50 +02:00
|
|
|
|
2020-05-19 06:33:21 +02:00
|
|
|
{% assign browser = site.browsers | where:"name","Chromium" %}
|
|
|
|
{% for post in browser %}
|
|
|
|
{% include anti-recommendation.html %}
|
|
|
|
{% endfor %}
|