From 941dc132c0c6a01c903091cca6ec392d5b07d579 Mon Sep 17 00:00:00 2001 From: Pablo Bonilla Date: Mon, 12 Jul 2021 22:39:17 -0600 Subject: [PATCH] Update manifest.webapp CSP --- src/main/webapp/manifest.webapp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/manifest.webapp b/src/main/webapp/manifest.webapp index 878a8c5..5b77044 100644 --- a/src/main/webapp/manifest.webapp +++ b/src/main/webapp/manifest.webapp @@ -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';" }