mirror of https://github.com/gorhill/uBlock.git
semantically better
This commit is contained in:
parent
5bfe3b09a7
commit
4cbfb0fa6b
|
@ -260,7 +260,7 @@ var onHeadersReceived = function(details) {
|
|||
pageStore.requestHostname = µb.URI.hostnameFromURI(details.url);
|
||||
pageStore.requestType = 'inline-script';
|
||||
var result = pageStore.filterRequest(pageStore);
|
||||
if ( µb.isAllowResult(result) ) {
|
||||
if ( µb.isBlockResult(result) === false ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue