From eb238a8bb82de968344b32784d48f08762b1c630 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 13 Aug 2022 04:20:00 -0400 Subject: [PATCH] *Update content_security_policy --- assets/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/manifest.json b/assets/manifest.json index eafeca8..41b6bbc 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -26,5 +26,6 @@ "all_frames": true } ], - "web_accessible_resources": ["icon@2x.png", "auth.html"] + "web_accessible_resources": ["icon@2x.png", "auth.html"], + "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" }