1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Firefox: behind-the-scene request types

This commit is contained in:
Deathamns 2015-02-28 07:38:41 +01:00
parent 1dea28f558
commit 18a636305f

View File

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