diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 500e8a987..07d3c1d2d 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -787,7 +787,8 @@ var httpObserver = { 5: 'object', 6: 'main_frame', 7: 'sub_frame', - 11: 'xmlhttprequest' + 11: 'xmlhttprequest', + 12: 'object' }, lastRequest: { url: null,