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:
@@ -278,7 +278,7 @@ stateManager.validHosts = [];
|
||||
stateManager.selectedIcon = 'Default';
|
||||
stateManager.internalStatistics = false;
|
||||
|
||||
for (let mapping in mappings) {
|
||||
for (let mapping in mappings.cdn) {
|
||||
|
||||
let supportedHost = Address.ANY_PROTOCOL + mapping + Address.ANY_PATH;
|
||||
stateManager.validHosts.push(supportedHost);
|
||||
|
Reference in New Issue
Block a user