mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fixed comment
This commit is contained in:
parent
0dac9f7df4
commit
6763cca756
1 changed files with 1 additions and 2 deletions
|
|
@ -1769,8 +1769,7 @@ var httpObserver = {
|
|||
}
|
||||
|
||||
// https://github.com/gorhill/uBlock/issues/654
|
||||
// Use the request type from the HTTP observer point of view, it's most
|
||||
// likely the most accurate.
|
||||
// Use the request type from the HTTP observer point of view.
|
||||
if ( rawtype !== 1 ) {
|
||||
pendingRequest.rawtype = rawtype;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue