From 1a5a42238e1c3a0d4e9b6d81cfa820ed83c3681e Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 23 Jan 2015 13:09:26 -0500 Subject: [PATCH] do not rely on core to do the transposition --- platform/firefox/vapi-background.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,