Limit matomo to mempool.space

This commit is contained in:
softsimon 2022-08-01 20:08:53 +02:00
parent ea9caac417
commit 6236a12f1e

View File

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