1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/horde_ynh.git synced 2024-09-03 19:16:08 +02:00

Remove CPS in nginx config

This commit is contained in:
Josué Tille 2018-07-31 22:51:45 +02:00
parent a835519203
commit e1109031b4
2 changed files with 1 additions and 4 deletions

View file

@ -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(/|$) {

View file

@ -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": {