mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-20 21:34:34 -05:00
19 lines
465 B
HTML
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 %}
|