Merge pull request #2235 from mempool/simon/limit-matomo

Limit matomo to mempool.space
This commit is contained in:
wiz 2022-08-01 18:26:58 +00:00 committed by GitHub
commit 55966e601a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ export class EnterpriseService {
this.subdomain = subdomain;
this.fetchSubdomainInfo();
this.disableSubnetworks();
} else {
} else if (document.location.hostname === 'mempool.space') {
this.insertMatomo();
}
}