1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-22 07:16:38 +02:00

added blob: to script-src

This commit is contained in:
antelle 2020-04-29 18:41:50 +02:00
parent ee2ba047ab
commit 0a2957449f
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE

View File

@ -8,7 +8,7 @@
content="
default-src 'self';
font-src data:;
script-src 'self' 'unsafe-eval';
script-src 'self' blob: 'unsafe-eval';
style-src 'self' blob:;
connect-src 'self' ws: https:;
child-src 'self' blob:;