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:
parent
24fad9a15d
commit
0784a929b6
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue