diff --git a/src/js/traffic.js b/src/js/traffic.js index b1b930edd..6b0531474 100644 --- a/src/js/traffic.js +++ b/src/js/traffic.js @@ -1135,6 +1135,7 @@ const webRequest = { vAPI.net.addListener( 'onResponseStarted', details => { + if ( details.tabId === -1 ) { return; } const pageStore = µb.pageStoreFromTabId(details.tabId); if ( pageStore === null ) { return; } if ( pageStore.getNetFilteringSwitch() === false ) { return; }