1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-23 16:44:34 +01:00

Typo fixed

This commit is contained in:
nobody 2021-11-27 09:16:20 +01:00
parent 5f16f4de7a
commit 416ea1d36c
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -223,7 +223,7 @@ requestAnalyzer._getPathOfBundle = function (initiator, channelPath, targetPath,
filename.endsWith('.js') filename.endsWith('.js')
? `${targetPath + filename}m` ? `${targetPath + filename}m`
: targetPath + filename); : targetPath + filename);
} };
requestAnalyzer._applyAllowlistedDomains = function () { requestAnalyzer._applyAllowlistedDomains = function () {
storageManager.type.get(Setting.ALLOWLISTED_DOMAINS, function (items) { storageManager.type.get(Setting.ALLOWLISTED_DOMAINS, function (items) {