1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Merge branch 'master' of github.com:YunoHost-Apps/riot_ynh

This commit is contained in:
Josué Tille 2017-10-17 23:01:46 +02:00
commit 009952cb39
2 changed files with 8 additions and 3 deletions

View file

@ -12,7 +12,7 @@ sudo yunohost app upgrade riot -u https://github.com/YunoHost-Apps/riot_ynh
Important Security Note Important Security Note
======================= -----------------------
We do not recommend running Riot from the same domain name as your Matrix 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) 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 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. 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 Todo for official App
====================== ---------------------
- SSO auth see issue : https://github.com/vector-im/riot-web/issues/3830 - SSO auth see issue : https://github.com/vector-im/riot-web/issues/3830
- Improve documentation - Improve documentation

View file

@ -11,7 +11,7 @@
}, },
"version": "11.4", "version": "11.4",
"url": "https://riot.im", "url": "https://riot.im",
"license": "free", "license": "Apache-2.0",
"maintainer": { "maintainer": {
"name": "Josué Tille", "name": "Josué Tille",
"email": "josue@tille.ch" "email": "josue@tille.ch"