Index: lib/requestBlocker.js |
diff --git a/lib/requestBlocker.js b/lib/requestBlocker.js |
index 101a619ce844bd0f5d5513488a3c242a315ba082..472c57b5ae751e866f0912619c9d07641693fb89 100644 |
--- a/lib/requestBlocker.js |
+++ b/lib/requestBlocker.js |
@@ -40,11 +40,13 @@ function onBeforeRequestAsync(page, url, type, docDomain, |
FilterNotifier.emit("filter.hitCount", filter, 0, 0, page); |
if (devtools) |
+ { |
devtools.logRequest( |
page, url, type, docDomain, |
thirdParty, sitekey, |
specificOnly, filter |
); |
+ } |
} |
ext.webRequest.onBeforeRequest.addListener((url, type, page, frame) => |