From 98a600698e25533ea1bf9c228885791cee5fa636 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 3 Apr 2024 10:51:39 -0400 Subject: [PATCH] Remove `letsblock.it` as target for `subscribe.js` content script Related discussion: https://github.com/uBlockOrigin/uBlock-issues/discussions/3194 --- platform/chromium/manifest.json | 3 +-- platform/firefox/manifest.json | 3 +-- platform/opera/manifest.json | 3 +-- platform/thunderbird/manifest.json | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index df686a0e77a51..637b26764bcdc 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -57,8 +57,7 @@ "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", - "https://*.github.io/*", - "https://*.letsblock.it/*" + "https://*.github.io/*" ], "js": [ "/js/scriptlets/subscriber.js" diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index db021f2a3650f..aa49d395a9291 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -71,8 +71,7 @@ "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", - "https://*.github.io/*", - "https://*.letsblock.it/*" + "https://*.github.io/*" ], "js": [ "/js/scriptlets/subscriber.js" diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index afaaad33b7dbd..196c171726670 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -57,8 +57,7 @@ "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", - "https://*.github.io/*", - "https://*.letsblock.it/*" + "https://*.github.io/*" ], "js": [ "/js/scriptlets/subscriber.js" diff --git a/platform/thunderbird/manifest.json b/platform/thunderbird/manifest.json index 7fd6fad9ae8d8..16206f281a972 100644 --- a/platform/thunderbird/manifest.json +++ b/platform/thunderbird/manifest.json @@ -41,8 +41,7 @@ "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", - "https://*.github.io/*", - "https://*.letsblock.it/*" + "https://*.github.io/*" ], "js": [ "/js/scriptlets/subscriber.js"