mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Fixed: WWW Prefix (#233)
This commit is contained in:
@@ -37,9 +37,7 @@ requestAnalyzer.isValidCandidate = function (requestDetails, tabDetails) {
|
||||
initiatorDomain = Address.EXAMPLE;
|
||||
}
|
||||
|
||||
wildcard = helpers.getWildcard(initiatorDomain);
|
||||
isAllowlisted = requestAnalyzer.allowlistedDomains[initiatorDomain] || requestAnalyzer.allowlistedDomains[wildcard];
|
||||
|
||||
isAllowlisted = helpers.checkAllowlisted(initiatorDomain);
|
||||
if (isAllowlisted) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user