diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 737c402..6169e67 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1765,10 +1765,7 @@ var httpObserver = { var URI = channel.URI; var channelData; - if ( - topic === 'http-on-examine-response' || - topic === 'http-on-examine-cached-response' - ) { + if ( topic.lastIndexOf('http-on-examine-', 0) === 0 ) { channelData = this.channelDataFromChannel(channel); if ( channelData === null ) { return;