From 9ff58e6538d55014086e8141ad8a6096fa8c99bb Mon Sep 17 00:00:00 2001 From: Alexander Danilov Date: Tue, 8 Oct 2024 14:33:43 +0500 Subject: [PATCH] Added ability to display icons of plugins from github --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 9064e9b..7f5a92f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -56,7 +56,7 @@ const manifest_v3_transformer = (manifest, browser) => { ]; manifest.content_security_policy = { extension_pages: - "default-src 'self'; connect-src 'self' http://localhost:8000 https://*; img-src 'self' https://iitc.app", + "default-src 'self'; connect-src 'self' http://localhost:8000 https://*; img-src 'self' https://iitc.app https://raw.githubusercontent.com", }; manifest.content_scripts = [ {