mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Only open release notes in case of new CDNs (#132)
This commit is contained in:
@@ -77,7 +77,7 @@ requestAnalyzer.getLocalTarget = function (requestDetails) {
|
||||
}
|
||||
|
||||
// Use the proper mappings for the targeted host.
|
||||
hostMappings = mappings[destinationHost];
|
||||
hostMappings = mappings.cdn[destinationHost];
|
||||
|
||||
// Resource mapping files are never locally available.
|
||||
if (Resource.MAPPING_EXPRESSION.test(destinationPath)) {
|
||||
|
Reference in New Issue
Block a user