mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
revert unintended stray change from commit 4504040344
This commit is contained in:
parent
a28e2728ca
commit
5d98a88093
@ -392,7 +392,7 @@
|
||||
domain: undefined,
|
||||
entity: undefined
|
||||
};
|
||||
request.domain = µb.URI.domainFromHostnameNoCache(request.hostname);
|
||||
request.domain = µb.URI.domainFromHostname(request.hostname);
|
||||
request.entity = µb.URI.entityFromDomain(request.domain);
|
||||
let scriptlets = µb.scriptletFilteringEngine.retrieve(request);
|
||||
if ( scriptlets === undefined ) { return; }
|
||||
|
Loading…
Reference in New Issue
Block a user