From 87352b0968a81a7331b5e1f9fd38fd4eef59f0ce Mon Sep 17 00:00:00 2001 From: Sleroq Date: Wed, 14 May 2025 14:38:57 +0300 Subject: [PATCH 1/2] Allow importing settings from HTTP URLs --- src/manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/manifest.json b/src/manifest.json index 8fffc9e..8403cb3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -55,6 +55,10 @@ "privacy" ], + "content_security_policy": { + "extension_pages": "script-src 'self'; object-src 'self';" + }, + "commands": { "proxyByPatterns": { "description": "__MSG_proxyByPatterns__" From 96b7968412a78c9ad8263025583f315becb62c7c Mon Sep 17 00:00:00 2001 From: Sleroq Date: Wed, 14 May 2025 14:43:25 +0300 Subject: [PATCH 2/2] Added content_security_policy to manifest-basic.json --- src/manifest-basic.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/manifest-basic.json b/src/manifest-basic.json index c91e007..4c229df 100644 --- a/src/manifest-basic.json +++ b/src/manifest-basic.json @@ -55,6 +55,10 @@ "privacy" ], + "content_security_policy": { + "extension_pages": "script-src 'self'; object-src 'self';" + }, + "commands": { "proxyByPatterns": { "description": "__MSG_proxyByPatterns__"