1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-29 06:41:03 +00:00

Convert Cloud Storage from legacy (#333)

Signed-off-by: Daniel Nathan Gray <dng@disroot.org>
This commit is contained in:
Tommy
2021-11-17 10:07:37 +00:00
committed by Daniel Nathan Gray
parent f83d562b31
commit 74008465b7
12 changed files with 90 additions and 54 deletions

View File

@@ -0,0 +1,16 @@
---
layout: evergreen
title: Cloud Storage
description: "If you are currently using a Cloud Storage Service like Dropbox, Google Drive, Microsoft OneDrive or Apple iCloud, you are putting complete trust in your service provider to not look at your files.
Consider reducing the need to trust your provider, by using an alternative below that supports <a href='https://wikipedia.org/wiki/End-to-end_encryption'>end-to-end-encryption (E2EE)</a>."
---
{% for item_hash in site.data.providers.cloud %}
{% assign item = item_hash[1] %}
{% if item.type == "Recommendation" %}
{% include recommendation-card.html %}
{% endif %}
{% endfor %}