Skip to content

Commit

Permalink
fix obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Oct 10, 2018
1 parent b71eed5 commit 0f7c82a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/js/traffic.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,7 @@ var onBeforeRequestHandler = function(details) {
specificity = 0;

if ( docURL !== undefined ) {
// https://github.com/gorhill/uMatrix/issues/995
// For now we will not reclassify behind-the-scene contexts which
// are not network-based URIs. Once the logger is able to provide
// context information, the reclassification will be allowed.
// Extract context from initiator for behind-the-scene requests.
if ( tabId < 0 ) {
srcHn = µmuri.hostnameFromURI(µm.normalizePageURL(0, docURL));
}
Expand Down

0 comments on commit 0f7c82a

Please sign in to comment.