From 06ddc945cde82b0db7b788c9b0c40d3388ed382b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 14 Sep 2020 15:46:24 -0400 Subject: [PATCH] Add `fanboy.co.nz` as valid location for subscription links --- platform/chromium/manifest.json | 1 + platform/firefox/manifest.json | 1 + platform/opera/manifest.json | 1 + platform/thunderbird/manifest.json | 1 + platform/webext/manifest.json | 1 + 5 files changed, 5 insertions(+) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index d5cc7a54a..68185688e 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -46,6 +46,7 @@ { "matches": [ "https://easylist.to/*", + "https://*.fanboy.co.nz/*", "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 000f0ccfb..f6ea24a7c 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -56,6 +56,7 @@ { "matches": [ "https://easylist.to/*", + "https://*.fanboy.co.nz/*", "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index f48762fca..334fca2f9 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -46,6 +46,7 @@ { "matches": [ "https://easylist.to/*", + "https://*.fanboy.co.nz/*", "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", diff --git a/platform/thunderbird/manifest.json b/platform/thunderbird/manifest.json index 1c4bbfa6d..a0762a129 100644 --- a/platform/thunderbird/manifest.json +++ b/platform/thunderbird/manifest.json @@ -37,6 +37,7 @@ { "matches": [ "https://easylist.to/*", + "https://*.fanboy.co.nz/*", "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index 15b694179..38166b9fb 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -50,6 +50,7 @@ { "matches": [ "https://easylist.to/*", + "https://*.fanboy.co.nz/*", "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*",