From 59229bc63e571a551ecfff77726bae1a10391eb7 Mon Sep 17 00:00:00 2001 From: "Ilya Ig. Petrov" Date: Fri, 19 Jan 2018 15:45:50 +0500 Subject: [PATCH] Remove unsafe content-security policy used for Firefox --- .../src/extension-common/manifest.tmpl.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/chromium/runet-censorship-bypass/src/extension-common/manifest.tmpl.json b/extensions/chromium/runet-censorship-bypass/src/extension-common/manifest.tmpl.json index 6e1cb73..074937b 100644 --- a/extensions/chromium/runet-censorship-bypass/src/extension-common/manifest.tmpl.json +++ b/extensions/chromium/runet-censorship-bypass/src/extension-common/manifest.tmpl.json @@ -46,7 +46,6 @@ "options_ui": { "page": "/pages/options/index.html", "chrome_style": false - }, + } - "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" }