mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Ignore incomplete chunked encoding error in request monitor. Fix #312.
This commit is contained in:
parent
2ae1c52721
commit
2793d5efca
@ -84,6 +84,7 @@ module.exports = class WebRequestMonitor
|
||||
delete @_requests[req.requestId]
|
||||
|
||||
return if req.tabId < 0
|
||||
return if req.error == 'net::ERR_INCOMPLETE_CHUNKED_ENCODING'
|
||||
return if req.error.indexOf('BLOCKED') >= 0
|
||||
return if req.error.indexOf('net::ERR_FILE_') == 0
|
||||
return if req.url.indexOf('file:') == 0
|
||||
|
Loading…
Reference in New Issue
Block a user