mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this fixes overlooked code change in 1d3205ea81
This commit is contained in:
parent
8919ea1497
commit
7b652bd665
1 changed files with 1 additions and 1 deletions
|
|
@ -1209,7 +1209,7 @@ var httpObserver = {
|
|||
// Carry data for behind-the-scene redirects
|
||||
channel.setProperty(
|
||||
this.REQDATAKEY,
|
||||
[lastRequest.type, vAPI.noTabId, null, 0, -1]
|
||||
[0, -1, null, vAPI.noTabId, lastRequest.type]
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue