1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
This commit is contained in:
ericgaspar 2022-01-03 17:09:32 +01:00
parent 075c180dd7
commit c3cd254b16
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -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:; style-src 'self' 'unsafe-inline'";
location __PATH__/(?:kanboard|config.php|config.default.php) {
deny all;

View file

@ -6,7 +6,7 @@
"en": "Kanban project management software",
"fr": "Logiciel de gestion de projet Kanban"
},
"version": "1.2.21~ynh2",
"version": "1.2.21~ynh3",
"url": "https://kanboard.net",
"upstream": {
"license": "MIT",