From e1109031b4643ea4ebc0cb2efe3806199ca99e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 31 Jul 2018 22:51:45 +0200 Subject: [PATCH] Remove CPS in nginx config --- conf/nginx.conf | 3 --- manifest.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 168a3fe..86915f6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,9 +12,6 @@ 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 cdcf8c1..fc8a118 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~ynh3", + "version": "5.2.22~ynh4", "url": "https://www.horde.org/", "license": "LGPL-2.0", "maintainer": {