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
1 changed files with 1 additions and 1 deletions

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:;