mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-03-10 16:40:07 +01:00
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;
|
let allowlistRecord, isAllowlisted;
|
||||||
|
|
||||||
if (listname === 'manipulate-dom') {
|
if (listname === 'manipulate-dom') {
|
||||||
allowlistRecord = requestAnalyzer.domainsManipulateDOM[domain];
|
allowlistRecord = helpers.checkAllowlisted(domain, requestAnalyzer.domainsManipulateDOM);
|
||||||
isAllowlisted = Boolean(allowlistRecord);
|
isAllowlisted = Boolean(allowlistRecord);
|
||||||
} else {
|
} else {
|
||||||
allowlistRecord = helpers.checkAllowlisted(domain, requestAnalyzer.allowlistedDomains);
|
allowlistRecord = helpers.checkAllowlisted(domain, requestAnalyzer.allowlistedDomains);
|
||||||
|
@ -44,6 +44,10 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>More MathJax v2.7.5 files added (<a href="https://codeberg.org/nobody/LocalCDN/issues/708">#708</a>)</li>
|
<li>More MathJax v2.7.5 files added (<a href="https://codeberg.org/nobody/LocalCDN/issues/708">#708</a>)</li>
|
||||||
</ul>
|
</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>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user