1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +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',
6: 'main_frame',
7: 'sub_frame',
11: 'xmlhttprequest'
11: 'xmlhttprequest',
12: 'object'
},
lastRequest: {
url: null,