instant-messenger: add privacy concerns warning to Riot #1024

Merged
Mikaela merged 1 commits from riot2 into master 2019-07-17 00:15:40 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ linux=""
{% include cardv2.html
title="Riot.im"
image="/assets/img/tools/Riot.png"
description="Riot.im is a decentralized free-software chatting application based on the <a href\"https://matrix.org/\">Matrix</a> protocol, a recent open protocol for real-time communication offering E2E encryption. It can bridge other communications via others protocols such as IRC too. <span class=\"badge badge-warning\" data-toggle=\"tooltip\" title=\"The software is currently in beta and the mobile client states 'End-to-end encryption is in beta and may not be reliable. You should not yet trust it to secure data.'\">beta <i class=\"far fa-question-circle\"></i></span>"
description="Riot.im is a decentralized free-software chatting application based on the <a href\"https://matrix.org/\">Matrix</a> protocol, a recent open protocol for real-time communication offering E2E encryption. It can bridge other communications via others protocols such as IRC too. <a href=\"https://github.com/vector-im/riot-web/issues/6779\"><span class=\"badge badge-warning\" data-toggle=\"tooltip\" title=\"The end-to-end encryption is currently in beta and the mobile client states 'End-to-end encryption is in beta and may not be reliable. You should not yet trust it to secure data.'\">Experimental <i class=\"far fa-question-circle\"></i></a></span> <a href=\"https://gist.github.com/maxidorius/5736fd09c9194b7a6dc03b6b8d7220d0\"<span class=\"badge badge-danger\" data-toggle=\"tooltip\" title=\"Riot sends a lot of data to matrix.org and vector.im with default settings that aren't trivial to change, also with selfhosted homeservers\">Privacy concerns</span></a>"
website="https://riot.im/"
ggg27 commented 2019-07-15 02:36:30 +00:00 (Migrated from github.com)
Review

What data does Riot send? They have opt-in analytics, is there any other issues?

What data does Riot send? They have opt-in analytics, is there any other issues?
Mikaela commented 2019-07-15 08:24:10 +00:00 (Migrated from github.com)
Review

Did you click the link, https://gist.github.com/maxidorius/5736fd09c9194b7a6dc03b6b8d7220d0 ?

It has many components that Riot phones home to often, some are mentioned "in a small print" that you have to understand in login screen or settings (even if you cannot change them) or follow some rooms actively to understand and some aren't even mentioned anywhere such as the integration server Scalar.

Did you click the link, https://gist.github.com/maxidorius/5736fd09c9194b7a6dc03b6b8d7220d0 ? It has many components that Riot phones home to often, some are mentioned "in a small print" that you have to understand in login screen or settings (even if you cannot change them) or follow some rooms actively to understand and some aren't even mentioned anywhere such as the integration server Scalar.
ggg27 commented 2019-07-15 22:22:32 +00:00 (Migrated from github.com)
Review

Sorry, I did not see this URL.
Mistake on my end, didn't see the href for the button.

Sorry, I did not see this URL. Mistake on my end, didn't see the `href` for the button.
forum="https://forum.privacytools.io/t/discussion-riot-im/665"
github="https://github.com/vector-im"