1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
This commit is contained in:
Raymond Hill 2018-05-14 08:11:50 -04:00
parent 686171c315
commit 0458d01eb2
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -109,7 +109,8 @@ vAPI.net.registerListeners = function() {
// the URL of the origin from which the network request was made.
if (
details.tabId === vAPI.noTabId &&
typeof details.initiator === 'string'
typeof details.initiator === 'string' &&
details.initiator !== 'null'
) {
details.tabId = vAPI.anyTabId;
details.documentUrl = details.initiator;