From 2caf7000de595e245d0648327e243f3f25a44514 Mon Sep 17 00:00:00 2001 From: moutonjr Date: Fri, 4 Feb 2022 12:25:38 +0100 Subject: [PATCH 1/2] Remove YNH panel what's breaking Keeweb content display Issue #25 --- conf/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 723ac56..330afe3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,7 +9,4 @@ location __PATH__/ { # default_type text/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; } From 24230824c9377d967367b53da254e1c2faf2018b Mon Sep 17 00:00:00 2001 From: moutonjr Date: Fri, 4 Feb 2022 12:29:26 +0100 Subject: [PATCH 2/2] Update version for global upgrade --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5fbdfc4..620214d 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/", "license": "MIT", "maintainer": {