diff --git a/conf/nginx.conf b/conf/nginx.conf index b3bbf1c..108281b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,4 @@ location __PATH__/ { index index.html ; more_set_headers "Content-Security-Policy : default-src 'self'; font-src data:; script-src __DOMAIN__ 'unsafe-inline' 'unsafe-eval'; style-src 'unsafe-inline' __DOMAIN__ blob:; connect-src 'self' ws: https:; child-src 'self' blob:; worker-src 'self' blob:; img-src 'self' data: blob: https://services.keeweb.info/; object-src 'none'; form-action 'none';"; - - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; } diff --git a/manifest.json b/manifest.json index 223c8aa..15c8d70 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Password manager compatible with KeePass", "fr": "Gestionnaire de mots de passe compatible avec KeePass" }, - "version": "1.18.7~ynh1", + "version": "1.18.8~ynh1", "url": "https://keeweb.info/", "upstream": { "license": "MIT",