1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

fixed comment

This commit is contained in:
gorhill 2015-09-10 09:54:38 -04:00
parent 0dac9f7df4
commit 6763cca756

View File

@ -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;
}