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:
parent
712b53e696
commit
e633933f5d
2 changed files with 4 additions and 1 deletions
|
@ -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(/|$) {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue