mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
fix spurious strict blocking when other
is used (https://github.com/uBlockOrigin/uAssets/issues/123#issuecomment-243602934)
This commit is contained in:
parent
c3582e1aca
commit
60f60c2c97
@ -169,7 +169,7 @@ var onBeforeRootFrameRequest = function(details) {
|
|||||||
pageDomain: requestDomain,
|
pageDomain: requestDomain,
|
||||||
requestURL: requestURL,
|
requestURL: requestURL,
|
||||||
requestHostname: requestHostname,
|
requestHostname: requestHostname,
|
||||||
requestType: 'other'
|
requestType: 'main_frame'
|
||||||
};
|
};
|
||||||
|
|
||||||
var result = '';
|
var result = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user