mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 13:27:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			458 B
		
	
	
	
		
			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 %}
 |