1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-25 21:01:19 +00:00
Files
privacyguides.org/collections/_evergreen/browsers.html

19 lines
458 B
HTML

---
layout: evergreen
title: Browser Recommendations
---
<p class="lead">
These are our current web browser recommendations and some tweaks 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 %}