From e873ae7f8a73be6dc2e4d02f69d4ec1dd04c65c5 Mon Sep 17 00:00:00 2001 From: Josue-T Date: Fri, 13 Oct 2017 15:16:28 +0200 Subject: [PATCH 1/2] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cf345f2..1287c5b 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ }, "version": "11.4", "url": "https://riot.im", - "license": "free", + "license": "Apache-2.0", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" From 1b105add8e875ff13d97d6a91edc93c81a22e299 Mon Sep 17 00:00:00 2001 From: Josue-T Date: Fri, 13 Oct 2017 15:20:38 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c765604..3a5c0a4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ sudo yunohost app upgrade riot -u https://github.com/YunoHost-Apps/riot_ynh Important Security Note -======================= +----------------------- We do not recommend running Riot from the same domain name as your Matrix homeserver (synapse). The reason is the risk of XSS (cross-site-scripting) @@ -24,8 +24,13 @@ We have put some coarse mitigations into place to try to protect against this situation, but it's still not good practice to do it in the first place. See https://github.com/vector-im/riot-web/issues/1977 for more details. +License +------- + +Riot-Web is published under the Apache License : https://github.com/vector-im/riot-web/blob/master/LICENSE + Todo for official App -====================== +--------------------- - SSO auth see issue : https://github.com/vector-im/riot-web/issues/3830 - Improve documentation