From addf89a5e3b36771ac6bd8181ffa4eb66c48e23e Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Sat, 11 Jun 2022 21:57:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=AE=9A=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/chromium_extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/chromium_extension/manifest.json b/tools/chromium_extension/manifest.json index ff38d2d..37c8822 100644 --- a/tools/chromium_extension/manifest.json +++ b/tools/chromium_extension/manifest.json @@ -17,7 +17,7 @@ "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], - "host_permissions": ["*://github.com/*", "http://*/*", "https://*/*"], + "host_permissions": ["*://github.com/*"], "web_accessible_resources": [ { "resources": ["*.js", "*.css", "*.html"],