From 2f8e89c27b36041dc6cbe889cb474c705946213f Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 4 Oct 2021 20:40:44 +0200 Subject: [PATCH] Wildcard entries for HTML filter (#709) --- core/state-manager.js | 2 +- pages/updates/updates.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/state-manager.js b/core/state-manager.js index 227f4782..68259c88 100644 --- a/core/state-manager.js +++ b/core/state-manager.js @@ -257,7 +257,7 @@ stateManager._domainIsListed = function (domain, listname) { let allowlistRecord, isAllowlisted; if (listname === 'manipulate-dom') { - allowlistRecord = requestAnalyzer.domainsManipulateDOM[domain]; + allowlistRecord = helpers.checkAllowlisted(domain, requestAnalyzer.domainsManipulateDOM); isAllowlisted = Boolean(allowlistRecord); } else { allowlistRecord = helpers.checkAllowlisted(domain, requestAnalyzer.allowlistedDomains); diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 872e1d35..c33b95a2 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -44,6 +44,10 @@ +

Fixed

+