mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Wildcard entries for HTML filter (#709)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user