mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 05:17:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			689 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			689 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: evergreen
 | 
						|
title: Search Engines
 | 
						|
description: "Use a search engine that doesn't build an advertising profile based on your searches.
 | 
						|
 | 
						|
The recommendations here are based on the merits of each service's privacy policy. There is <strong>no guarantee</strong> that these privacy policies are honored.
 | 
						|
 | 
						|
Consider using a <a href='/providers/vpn'>VPN</a> or <a href='https://www.torproject.org/'>Tor</a> if your threat model requires hiding your IP address from the search provider."
 | 
						|
---
 | 
						|
 | 
						|
{% for item_hash in site.data.providers.search-engines %}
 | 
						|
{% assign item = item_hash[1] %}
 | 
						|
 | 
						|
{% if item.type == "Recommendation" %}
 | 
						|
{% include recommendation-card.html %}
 | 
						|
{% endif %}
 | 
						|
 | 
						|
{% endfor %}
 |