1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Implemented: Simple logging page (#279)

This commit is contained in:
nobody
2021-02-21 19:50:41 +01:00
parent fada320de2
commit 529fea844c
14 changed files with 329 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ interceptor.handleRequest = function (requestDetails, tabIdentifier, tab) {
};
}
targetDetails = requestAnalyzer.getLocalTarget(requestDetails);
targetDetails = requestAnalyzer.getLocalTarget(requestDetails, tab.url);
targetPath = targetDetails.path;
if (Regex.GOOGLE_FONTS.test(requestDetails.url)) {