diff --git a/platform/firefox/vapi-webrequest.js b/platform/firefox/vapi-webrequest.js index 876b8a4ca..d077da1bd 100644 --- a/platform/firefox/vapi-webrequest.js +++ b/platform/firefox/vapi-webrequest.js @@ -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);