mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Typo fixed
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user