aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--platform/firefox/vapi-background.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js
index 500e8a9..07d3c1d 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,