1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00

Firefox: observe main_frame requests too

This commit is contained in:
Deathamns 2014-12-16 16:35:14 +01:00 committed by gorhill
parent 7348d11871
commit f432dfa856

View file

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