mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-24 12:21:09 +00:00
Convert video recommendation from legacy (#274)
Co-authored-by: Daniel Nathan Gray <dng@disroot.org>
This commit is contained in:

committed by
Daniel Nathan Gray

parent
74008465b7
commit
29f717b651
14
collections/_evergreen/video-streaming.html
Normal file
14
collections/_evergreen/video-streaming.html
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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 %}
|
Reference in New Issue
Block a user