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

semantically better

This commit is contained in:
gorhill 2015-01-01 10:57:03 -05:00
parent 5bfe3b09a7
commit 4cbfb0fa6b

View File

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