1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 08:52:26 +02:00

revert unintended stray change from commit 4504040344

This commit is contained in:
Raymond Hill 2018-11-24 12:21:25 -05:00
parent a28e2728ca
commit 5d98a88093
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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