From 090e9f35aebc844a52e8b5f4207732ebe8c72f49 Mon Sep 17 00:00:00 2001 From: Xandre V <44826516+seisvelas@users.noreply.github.com> Date: Thu, 5 Aug 2021 02:24:58 -0500 Subject: [PATCH] Remove unsafe-inline from Content Security Policy in manifest.json (#1873) --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 0147a1caa07..a7be9f35913 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -94,7 +94,7 @@ "optional_permissions": [ "nativeMessaging" ], - "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", + "content_security_policy": "script-src 'self'; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": {