Update manifest.webapp CSP
This commit is contained in:
parent
7208510d22
commit
941dc132c0
|
@ -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';"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue