Skip to content

Commit

Permalink
Merge branch 'adblock'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 1, 2021
2 parents 3f695d0 + 56feb3d commit 82ddefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/goto/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ module.exports = ({
const resourceType = req.resourceType()
if (!abortTypes.includes(resourceType)) {
debug('continue', { url: req.url(), resourceType })
return req.continue(req.continueRequestOverrides(), 2)
return req.continue(req.continueRequestOverrides(), 0)
}
debug('abort', { url: req.url(), resourceType })
return req.abort('blockedbyclient', 2)
Expand Down

0 comments on commit 82ddefe

Please sign in to comment.