From bd949ca2959522fa6803f70fa72c6315453929fc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 14 Sep 2020 15:37:53 -0400 Subject: [PATCH] Add `forums.lanik.us` as a valid location for subscription links Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1246 --- 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 4a620d0f8..d5cc7a54a 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -47,6 +47,7 @@ "matches": [ "https://easylist.to/*", "https://filterlists.com/*", + "https://forums.lanik.us/*", "https://github.com/*", "https://*.github.io/*" ], diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index cea6c61bf..000f0ccfb 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -57,6 +57,7 @@ "matches": [ "https://easylist.to/*", "https://filterlists.com/*", + "https://forums.lanik.us/*", "https://github.com/*", "https://*.github.io/*" ], diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 58619f2ab..f48762fca 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -47,6 +47,7 @@ "matches": [ "https://easylist.to/*", "https://filterlists.com/*", + "https://forums.lanik.us/*", "https://github.com/*", "https://*.github.io/*" ], diff --git a/platform/thunderbird/manifest.json b/platform/thunderbird/manifest.json index 8c12c7662..1c4bbfa6d 100644 --- a/platform/thunderbird/manifest.json +++ b/platform/thunderbird/manifest.json @@ -38,6 +38,7 @@ "matches": [ "https://easylist.to/*", "https://filterlists.com/*", + "https://forums.lanik.us/*", "https://github.com/*", "https://*.github.io/*" ], diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index 17a55f782..15b694179 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -51,6 +51,7 @@ "matches": [ "https://easylist.to/*", "https://filterlists.com/*", + "https://forums.lanik.us/*", "https://github.com/*", "https://*.github.io/*" ],