1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-19 03:33:17 +12:00

fix obsolete comment

This commit is contained in:
Raymond Hill 2018-10-09 20:18:11 -04:00
parent b71eed544f
commit 0f7c82a2d9
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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));
}