From 90bed8b77483a80990656d2d1fcd7ae6a152c89e Mon Sep 17 00:00:00 2001 From: ByteDream Date: Wed, 2 Feb 2022 09:50:07 +0100 Subject: [PATCH] Removed content_security_policy --- src/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 267bab3..226e894 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -38,7 +38,6 @@ "permissions": [ "storage" ], - "content_security_policy": "script-src 'self' blob:; object-src 'self'", "browser_action": { "default_icon": "icons/stream-bypass.png", "default_title": "Stream Bypass",