mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Debug console output removed
This commit is contained in:
@ -67,7 +67,6 @@ interceptor.handleRequest = function (requestDetails, tabIdentifier, tab) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
targetDetails = requestAnalyzer.getLocalTarget(requestDetails, tab.url);
|
targetDetails = requestAnalyzer.getLocalTarget(requestDetails, tab.url);
|
||||||
console.log(targetDetails['result']);
|
|
||||||
|
|
||||||
if (targetDetails['result'] === false) {
|
if (targetDetails['result'] === false) {
|
||||||
if (!IgnoredHost[targetDomain]) {
|
if (!IgnoredHost[targetDomain]) {
|
||||||
|
Reference in New Issue
Block a user