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

Fix empty picture on stretch

This commit is contained in:
Josué Tille 2018-03-10 16:07:16 +01:00
parent 712b53e696
commit e633933f5d
2 changed files with 4 additions and 1 deletions

View file

@ -9,6 +9,9 @@ location __PATH__/ {
# Common parameter to increase upload size limit in conjuction with dedicated php-fpm file
client_max_body_size 100M;
# Allow riot to use 'eval' without blocking the execution. But keep a warning.
add_header Content-Security-Policy-Report-Only "script-src https: 'unsafe-eval'";
#try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {

View file

@ -9,7 +9,7 @@
"en": "A web client for matrix",
"fr": "Un client web pour matrix"
},
"version": "0.13.5~ynh1",
"version": "0.13.5~ynh2",
"url": "https://riot.im",
"license": "Apache-2.0",
"maintainer": {