Raymond Hill
6 years ago
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with
1 additions and
4 deletions
-
src/js/traffic.js
|
|
@ -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)); |
|
|
|
} |
|
|
|