Update manifest.webapp CSP

This commit is contained in:
Pablo Bonilla 2021-07-12 22:39:17 -06:00
parent 7208510d22
commit 941dc132c0
No known key found for this signature in database
GPG Key ID: 46877262B8DE47E2
1 changed files with 2 additions and 1 deletions

View File

@ -27,5 +27,6 @@
"background_color": "#e0e0e0",
"start_url": ".",
"display": "standalone",
"orientation": "portrait"
"orientation": "portrait",
"content_security_policy": "default-src * data: blob: filesystem: about: ws: wss: 'unsafe-inline' 'unsafe-eval'; script-src * data: blob: 'unsafe-inline' 'unsafe-eval'; connect-src * data: blob: 'unsafe-inline'; img-src * data: blob: 'unsafe-inline'; frame-src * data: blob: ; style-src * data: blob: 'unsafe-inline'; font-src * data: blob: 'unsafe-inline';"
}