mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
Merge pull request #26 from moutonjr/patch-1
Remove YNH panel what's breaking Keeweb content display Issue #25
This commit is contained in:
commit
da4ff40717
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue