Wildcard entries for HTML filter (#709)
This commit is contained in:
parent
416e95d479
commit
2f8e89c27b
|
@ -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);
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue