1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Remove legacy /software and /providers URLs (#625)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
Tommy
2022-02-18 04:05:39 +00:00
committed by Daniel Gray
parent 48a786a702
commit e8d1e74b39
9 changed files with 7 additions and 7 deletions

View File

@ -0,0 +1,19 @@
---
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 **no guarantee** that these privacy policies are honored.
Consider using a [VPN](/providers/vpn) or [Tor](https://www.torproject.org/) 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 %}