mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
minor code review
This commit is contained in:
parent
497eb87fb0
commit
f1b9e27fdb
1 changed files with 2 additions and 2 deletions
|
|
@ -1166,8 +1166,8 @@ FilterContainer.prototype.retrieveDomainSelectors = function(request) {
|
|||
|
||||
//quickProfiler.start('FilterContainer.retrieve()');
|
||||
|
||||
var hostname = µb.URI.hostnameFromURI(request.locationURL);
|
||||
var domain = µb.URI.domainFromHostname(hostname) || hostname;
|
||||
var hostname = this.µburi.hostnameFromURI(request.locationURL);
|
||||
var domain = this.µburi.domainFromHostname(hostname) || hostname;
|
||||
var pos = domain.indexOf('.');
|
||||
|
||||
// https://github.com/chrisaljoudi/uBlock/issues/587
|
||||
|
|
|
|||
Loading…
Reference in a new issue