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