1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-05 18:49:39 +02:00

do not rely on core to do the transposition

This commit is contained in:
gorhill 2015-01-23 13:09:26 -05:00
parent 44bc263a69
commit 1a5a42238e

View File

@ -787,7 +787,8 @@ var httpObserver = {
5: 'object', 5: 'object',
6: 'main_frame', 6: 'main_frame',
7: 'sub_frame', 7: 'sub_frame',
11: 'xmlhttprequest' 11: 'xmlhttprequest',
12: 'object'
}, },
lastRequest: { lastRequest: {
url: null, url: null,