From 947d45be2f5c7db224d157bfa4076b88a326153e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 23 May 2023 12:04:47 -0400 Subject: [PATCH] Include imported lists in request to update Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/discussions/2582#discussioncomment-5969939 --- src/js/messaging.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/js/messaging.js b/src/js/messaging.js index d3db84f83..d1326006f 100644 --- a/src/js/messaging.js +++ b/src/js/messaging.js @@ -597,9 +597,7 @@ const launchReporter = async function(request) { } const entries = await io.getUpdateAges({ - filters: µb.selectedFilterLists.filter( - a => (/^https?:/.test(a) === false) - ) + filters: µb.selectedFilterLists.slice() }); let shoudUpdateLists = false; for ( const entry of entries ) {