diff --git a/README.md b/README.md index 7444fb4..103ffc6 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,11 @@ UserContent A way to render user generated content with a different origin to the main application. This can be used to avoid XSS attacks. -Version 1 ---------- +This is used by Riot to display the download button for encrypted attachments +in end-to-end encrypted chats. See +https://github.com/vector-im/riot-web/blob/master/README.md#configjson for +instructions on how to host your own version of this. -```html - - - - - - -``` +This is not an ideal solution for Riot: see +https://github.com/vector-im/riot-web/issues/6173 for status on replacing +this with something else. diff --git a/v1.html b/v1.html index 55ea4b6..b1485c1 100644 --- a/v1.html +++ b/v1.html @@ -1,7 +1,28 @@ +