fix #1445: fixed offline mode in Chrome and Firefox

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

View File

@ -24,7 +24,8 @@
script-src 'self' 'unsafe-eval';
style-src 'self' blob:;
connect-src 'self' ws: https:;
child-src blob:;
child-src 'self' blob:;
worker-src 'self' blob:;
img-src 'self' data: blob: https://services.keeweb.info/;
object-src 'none';
form-action 'none';

View File

@ -2,6 +2,7 @@ Release notes
-------------
##### v1.13.1 (2020-04-04)
`-` fix #1444: fixed website favicons and attached images
`-` fix #1445: fixed offline mode in Chrome and Firefox
##### v1.13.0 (2020-04-03)
`-` #1359: fixed Google Drive login issues in desktop apps