privacyguides.org/collections/_evergreen/video-streaming.html
Tommy 29f717b651
Convert video recommendation from legacy (#274)
Co-authored-by: Daniel Nathan Gray <dng@disroot.org>
2021-11-20 20:37:47 +10:30

15 lines
512 B
HTML

---
layout: evergreen
title: Video Streaming
description: "The primary threat when using a video streaming platform is that your streaming habits and subscription lists could be used to profile you. You should combine these tools with a <a href='/providers/vpn/'>VPN</a> to make it much harder to profile you."
---
{% for item_hash in site.data.software.video-streaming %}
{% assign item = item_hash[1] %}
{% if item.type == "Recommendation" %}
{% include recommendation-card.html %}
{% endif %}
{% endfor %}