Wildcard entries for HTML filter (#709)

This commit is contained in:
nobody 2021-10-04 20:40:44 +02:00
parent 416e95d479
commit 2f8e89c27b
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 5 additions and 1 deletions

View File

@ -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);

View File

@ -44,6 +44,10 @@
<ul>
<li>More MathJax v2.7.5 files added (<a href="https://codeberg.org/nobody/LocalCDN/issues/708">#708</a>)</li>
</ul>
<p>Fixed</p>
<ul>
<li>Wildcard entries for HTML filter (<a href="https://codeberg.org/nobody/LocalCDN/issues/709">#709</a>)</li>
</ul>
</div>
<div id="generator-section">
<div class="topic-label">