Browse Source

Firefox: observe main_frame requests too

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
f432dfa856
  1. 1
      platform/firefox/vapi-background.js

1
platform/firefox/vapi-background.js

@ -832,6 +832,7 @@ vAPI.net.registerListeners = function() {
3: 'image',
4: 'stylesheet',
5: 'object',
6: 'main_frame',
7: 'sub_frame',
11: 'xmlhttprequest'
};

Loading…
Cancel
Save