mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-28 01:59:18 +01:00
Fixed wrong initiator url (#1050)
This commit is contained in:
parent
15565ca720
commit
659430da84
@ -227,7 +227,7 @@ requestAnalyzer._findLocalTarget = function (resourceMappings, basePath, channel
|
||||
log.append(initiator, channelHost + channelPath, '-', true);
|
||||
}
|
||||
|
||||
if (Object.keys(mappings.cdn).includes(channelHost)) {
|
||||
if (Object.keys(mappings.cdn).includes(helpers.extractDomainFromUrl(initiator, true))) {
|
||||
return {'result': 'blocked'};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user