From c8d1834018fba0de0c4aac2088be12e6ff379515 Mon Sep 17 00:00:00 2001 From: Xavier Vello Date: Wed, 16 Feb 2022 16:28:13 +0100 Subject: [PATCH] Add letsblock.it as valid location for subscription links --- platform/chromium/manifest.json | 3 ++- platform/firefox/manifest.json | 3 ++- platform/opera/manifest.json | 3 ++- platform/thunderbird/manifest.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index aa83f5f04..47e9d1e48 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -50,7 +50,8 @@ "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", - "https://*.github.io/*" + "https://*.github.io/*", + "https://*.letsblock.it/*" ], "js": [ "/js/scriptlets/subscriber.js" diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 70b4dbd56..3c214d975 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -60,7 +60,8 @@ "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", - "https://*.github.io/*" + "https://*.github.io/*", + "https://*.letsblock.it/*" ], "js": [ "/js/scriptlets/subscriber.js" diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index ac669271d..5c8b59c4a 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -50,7 +50,8 @@ "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", - "https://*.github.io/*" + "https://*.github.io/*", + "https://*.letsblock.it/*" ], "js": [ "/js/scriptlets/subscriber.js" diff --git a/platform/thunderbird/manifest.json b/platform/thunderbird/manifest.json index 3f909edbe..dd1165c55 100644 --- a/platform/thunderbird/manifest.json +++ b/platform/thunderbird/manifest.json @@ -41,7 +41,8 @@ "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", - "https://*.github.io/*" + "https://*.github.io/*", + "https://*.letsblock.it/*" ], "js": [ "/js/scriptlets/subscriber.js"