From b850117f5223ceaf620a749d09b672c6319039f4 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Thu, 19 Aug 2021 18:20:38 +1000 Subject: [PATCH] Revert "Remove unsafe-inline from Content Security Policy in manifest.json (#1873)" (#2023) This reverts commit 090e9f35aebc844a52e8b5f4207732ebe8c72f49. --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index fd4836db4c..1b9a5b8393 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -94,7 +94,7 @@ "optional_permissions": [ "nativeMessaging" ], - "content_security_policy": "script-src 'self'; object-src 'self'", + "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": {