diff --git a/README.md b/README.md index 6b40b3e..04ee6a8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Kanban project management software -**Shipped version:** 1.2.21~ynh1 +**Shipped version:** 1.2.21~ynh2 **Demo:** https://demo.yunohost.org/kanboard/ diff --git a/README_fr.md b/README_fr.md index 8222b52..31a8af0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Logiciel de gestion de projet Kanban -**Version incluse :** 1.2.21~ynh1 +**Version incluse :** 1.2.21~ynh2 **Démo :** https://demo.yunohost.org/kanboard/ diff --git a/conf/nginx.conf b/conf/nginx.conf index 352dcd4..734fde3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,7 +9,7 @@ location __PATH__/ { try_files $uri $uri/ /index.php?$args; # Override CSP header to make SSOWAT user panel compatible with kanboard - more_set_headers "Content-Security-Policy default-src 'self' 'unsafe-eval' data:;"; + more_set_headers "Content-Security-Policy: default-src 'self' 'unsafe-eval' data:"; location __PATH__/(?:kanboard|config.php|config.default.php) { deny all; diff --git a/manifest.json b/manifest.json index 10190ff..d36f291 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Kanban project management software", "fr": "Logiciel de gestion de projet Kanban" }, - "version": "1.2.21~ynh1", + "version": "1.2.21~ynh2", "url": "https://kanboard.net", "upstream": { "license": "MIT",