fix #1444: fixed website favicons and attached images

This commit is contained in:
antelle 2020-04-03 22:30:20 +02:00
parent f6b7c7bb00
commit 6cf2bf109c
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
2 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@
style-src 'self' blob:;
connect-src 'self' ws: https:;
child-src blob:;
img-src 'self' data:;
img-src 'self' data: blob: https://services.keeweb.info/;
object-src 'none';
form-action 'none';
"

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.13.1 (2020-04-04)
`-` fix #1444: fixed website favicons and attached images
##### v1.13.0 (2020-04-03)
`-` #1359: fixed Google Drive login issues in desktop apps
`+` #1341: auto-lock the app on screen lock on Windows