1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Minor code review

This commit is contained in:
Raymond Hill 2019-12-05 09:21:02 -05:00
parent 037b6b2184
commit d71f69bd90
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -219,7 +219,7 @@
}
if ( this.cnameUncloak === false ) { return; }
const hn = vAPI.hostnameFromNetworkURL(details.url);
let cname = this.cnames.get(hn);
const cname = this.cnames.get(hn);
if ( cname === '' ) { return; }
if ( cname !== undefined ) {
return this.processCanonicalName(hn, cname, details);