We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a9572 commit 171ddd3Copy full SHA for 171ddd3
platform/firefox/vapi-background-ext.js
@@ -287,7 +287,7 @@ vAPI.Net = class extends vAPI.Net {
287
if ( domainFromHostname(cn) === domainFromHostname(hn) ) { return; }
288
}
289
if ( this.cnameIgnoreList !== null ) {
290
- if ( this.cnameIgnoreList.test(cn) === false ) { return; }
+ if ( this.cnameIgnoreList.test(cn) ) { return; }
291
292
if ( this.cnameIgnoreRootDocument ) {
293
const origin = hostnameFromNetworkURL(details.documentUrl || details.url);
0 commit comments