From 444838a1efad9fc59ec9099770f3a6a52ce81a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 10 Mar 2018 17:11:05 +0100 Subject: [PATCH] Fix stretch --- conf/nginx.conf | 3 +++ manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 86915f6..168a3fe 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,6 +12,9 @@ location __PATH__/ { # Common parameter to increase upload size limit in conjuction with dedicated php-fpm file client_max_body_size 50M; + + # Allow horde 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 86b914f..02243d4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A groupware (webmail, adressbook, calendar) witch use PHP", "fr": "Un groupware (webmail, carnet adresses, agenda), utilisant PHP." }, - "version": "5.2.22~ynh1", + "version": "5.2.22~ynh2", "url": "https://www.horde.org/", "license": "LGPL-2.0", "maintainer": {