We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce45a61 commit a6496e5Copy full SHA for a6496e5
js/traffic.js
@@ -82,7 +82,7 @@ var onBeforeRequestHandler = function(details) {
82
reason = µb.abpFilters.matchString(pageStore, requestURL, requestType, requestHostname);
83
}
84
// Record what happened.
85
- if ( pageStore ) {
+ if ( pageStore.recordRequest ) {
86
pageStore.recordRequest(requestType, requestURL, reason);
87
88
0 commit comments