From 1b65b8177a5c09bc16728b2cc64bc230c3985ddc Mon Sep 17 00:00:00 2001 From: thanesh Date: Thu, 21 May 2020 16:14:19 -0400 Subject: [PATCH] -merged dev/prod content-security-policy since 'unsafe-eval' is no longer needed in dev mode. --- source/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/manifest.json b/source/manifest.json index dc0efa1..df92693 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -20,8 +20,7 @@ "https://*/*" ], - "__dev__content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", - "__prod__content_security_policy": "script-src 'self'; object-src 'self'", + "content_security_policy": "script-src 'self'; object-src 'self'", "__chrome|firefox__author": "abhijithvijayan", "__opera__developer": {