1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-27 18:42:33 +01:00

Improved: Logging of missing frameworks

This commit is contained in:
nobody 2020-11-06 07:27:42 +01:00
parent f2d90446f9
commit de47cfd8bd
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -175,7 +175,7 @@ requestAnalyzer._findLocalTarget = function (resourceMappings, basePath, channel
};
}
}
if (requestAnalyzer.logging) {
if (requestAnalyzer.logging && channelHost + channelPath !== 'fonts.googleapis.com/css') {
console.warn('[ LocalCDN ] Missing resource: ' + channelHost + channelPath);
}
return false;