Skip to content

Commit

Permalink
gorhill#1497: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Apr 20, 2016
1 parent 2d26d1d commit 4dbdd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/chromium/vapi-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ vAPI.net.registerListeners = function() {
var r = onBeforeRequestClient(details);
// Blocked?
if ( r && r.cancel ) {
return { cancel: true };
return r;
}
// Returning a 1x1 transparent pixel means "not blocked".
return { redirectUrl: 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==' };
Expand Down

0 comments on commit 4dbdd39

Please sign in to comment.