diff --git a/conf/nginx.conf b/conf/nginx.conf index be6c534..052fae5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,9 +1,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; diff --git a/manifest.json b/manifest.json index 5c4f274..7afeb10 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {