diff --git a/conf/nginx.conf b/conf/nginx.conf index 2b0aaa3..3c058d7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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(/|$) { diff --git a/manifest.json b/manifest.json index 6143905..af57c36 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {