From 416ea1d36c8b970492bb9ea2bda530e35a226c2c Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 27 Nov 2021 09:16:20 +0100 Subject: [PATCH] Typo fixed --- core/request-analyzer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/request-analyzer.js b/core/request-analyzer.js index 699b93be..42eb77c6 100644 --- a/core/request-analyzer.js +++ b/core/request-analyzer.js @@ -223,7 +223,7 @@ requestAnalyzer._getPathOfBundle = function (initiator, channelPath, targetPath, filename.endsWith('.js') ? `${targetPath + filename}m` : targetPath + filename); -} +}; requestAnalyzer._applyAllowlistedDomains = function () { storageManager.type.get(Setting.ALLOWLISTED_DOMAINS, function (items) {