Skip to content

Commit

Permalink
fix spurious strict blocking when other is used (uBlockOrigin/uAsse…
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Aug 30, 2016
1 parent c3582e1 commit 60f60c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/traffic.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ var onBeforeRootFrameRequest = function(details) {
pageDomain: requestDomain,
requestURL: requestURL,
requestHostname: requestHostname,
requestType: 'other'
requestType: 'main_frame'
};

var result = '';
Expand Down

0 comments on commit 60f60c2

Please sign in to comment.