Skip to content

Commit 22d0d10

Browse files
committed
update README
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent b7ed7a1 commit 22d0d10

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Riot
44
Riot (formerly known as Vector) is a Matrix web client built using the [Matrix React SDK](https://github.com/matrix-org/matrix-react-sdk).
55

66
Riot is officially supported on the web in the last 2 major versions of Chrome, Firefox, and Safari. For Riot on Desktop (electron),
7-
only the officially published app is supported. Other browsers and packages may work, however official support is not provided.
7+
only the officially published app is supported. Other browsers and packages may work, however official support is not provided.
88
For accessing Riot on an Android or iOS device, check out [riot-android](https://github.com/vector-im/riot-android)
99
and [riot-ios](https://github.com/vector-im/riot-ios) - riot-web does not support mobile devices.
1010

@@ -52,15 +52,6 @@ We have put some coarse mitigations into place to try to protect against this
5252
situation, but it's still not good practice to do it in the first place. See
5353
https://github.com/vector-im/riot-web/issues/1977 for more details.
5454

55-
The same applies for end-to-end encrypted content, but since this is decrypted
56-
on the client, Riot needs a way to supply the decrypted content from a separate
57-
origin to the one Riot is hosted on. This currently done with a 'cross origin
58-
renderer' which is a small piece of javascript hosted on a different domain.
59-
To avoid all Riot installs needing one of these to be set up, riot.im hosts
60-
one on usercontent.riot.im which is used by default.
61-
https://github.com/vector-im/riot-web/issues/6173 tracks progress on replacing
62-
this with something better.
63-
6455
Building From Source
6556
====================
6657

0 commit comments

Comments
 (0)