mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
do not rely on core to do the transposition
This commit is contained in:
parent
44bc263a69
commit
1a5a42238e
1 changed files with 2 additions and 1 deletions
|
|
@ -787,7 +787,8 @@ var httpObserver = {
|
|||
5: 'object',
|
||||
6: 'main_frame',
|
||||
7: 'sub_frame',
|
||||
11: 'xmlhttprequest'
|
||||
11: 'xmlhttprequest',
|
||||
12: 'object'
|
||||
},
|
||||
lastRequest: {
|
||||
url: null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue