mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Initial commit to add wildcard for Google Fonts and HTML filters (#613)
This commit is contained in:
@@ -39,7 +39,7 @@ requestAnalyzer.isValidCandidate = function (requestDetails, tabDetails) {
|
||||
initiatorDomain = Address.EXAMPLE;
|
||||
}
|
||||
|
||||
isAllowlisted = helpers.checkAllowlisted(initiatorDomain);
|
||||
isAllowlisted = helpers.checkAllowlisted(initiatorDomain, requestAnalyzer.allowlistedDomains);
|
||||
if (isAllowlisted) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user