1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Call CDNs directly to search something on the website (#1137)

This commit is contained in:
nobody
2022-09-18 08:23:13 +02:00
parent a94d670991
commit f2cc4bb2b8
3 changed files with 14 additions and 3 deletions

View File

@@ -202,9 +202,6 @@ requestAnalyzer._findLocalTarget = function (resourceMappings, basePath, channel
break;
}
console.log(`${LogString.PREFIX} ${LogString.REPLACED_RESOURCE} ${targetPath}`);
log.append(initiator, channelHost + channelPath, targetPath, false);
// Prepare and return a local target.
return {
'source': channelHost,