privacyguides.org/collections/_evergreen/browsers.html
2020-05-12 15:13:53 -05:00

19 lines
465 B
HTML

---
layout: evergreen
title: Browser Recommendations
---
<p class="lead">
These are our current web browser recommendations, settings, and add-ons you can use to preserve your privacy.
</p>
{% assign firefox = site.browsers | where:"name","Firefox" %}
{% for post in firefox %}
{% include recommendation-1.html %}
{% endfor %}
{% assign tor = site.browsers | where:"name","Tor Browser" %}
{% for post in tor %}
{% include recommendation-1.html %}
{% endfor %}