1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Remove CSP in nginx config

This commit is contained in:
Josué Tille 2018-07-31 22:54:13 +02:00
parent 24fad9a15d
commit 0784a929b6
2 changed files with 1 additions and 4 deletions

View file

@ -2,9 +2,6 @@ location __PATH__ {
include uwsgi_params;
uwsgi_pass unix:///run/uwsgi/app/pgadmin/socket;
# Allow pgadmin to use 'eval' without blocking the execution. But keep a warning.
add_header Content-Security-Policy-Report-Only "script-src https: 'unsafe-eval'";
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}

View file

@ -6,7 +6,7 @@
"en": "Manage PostgreSQL databases over the web",
"fr": "Application web de gestion des bases de données PostgreSQL"
},
"version": "4-3.1~ynh1",
"version": "4-3.1~ynh2",
"url": "https://www.pgadmin.org",
"license": "PostgreSQL",
"maintainer": {