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

+