mirror of https://github.com/gorhill/uBlock.git
Firefox: behind-the-scene request types
This commit is contained in:
parent
1dea28f558
commit
18a636305f
|
@ -1064,7 +1064,10 @@ var httpObserver = {
|
|||
var lastRequest = this.lastRequest;
|
||||
|
||||
if ( lastRequest.url === null ) {
|
||||
this.handleRequest(channel, URI, {tabId: vAPI.noTabId, type: 1});
|
||||
this.handleRequest(channel, URI, {
|
||||
tabId: vAPI.noTabId,
|
||||
type: channel.loadInfo && channel.loadInfo.contentPolicyType || 1
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue