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
037b6b2184
commit
d71f69bd90
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@
|
||||||
}
|
}
|
||||||
if ( this.cnameUncloak === false ) { return; }
|
if ( this.cnameUncloak === false ) { return; }
|
||||||
const hn = vAPI.hostnameFromNetworkURL(details.url);
|
const hn = vAPI.hostnameFromNetworkURL(details.url);
|
||||||
let cname = this.cnames.get(hn);
|
const cname = this.cnames.get(hn);
|
||||||
if ( cname === '' ) { return; }
|
if ( cname === '' ) { return; }
|
||||||
if ( cname !== undefined ) {
|
if ( cname !== undefined ) {
|
||||||
return this.processCanonicalName(hn, cname, details);
|
return this.processCanonicalName(hn, cname, details);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue