mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-10-01 01:35:37 -04:00
do not track localhost activity
This commit is contained in:
parent
9a0d0eb481
commit
6416172d1b
@ -1,8 +1,10 @@
|
|||||||
<!-- Google Analytics -->
|
<!-- Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-96910779-8"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-96910779-8"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
if (location.hostname !== 'localhost') {
|
||||||
function gtag(){dataLayer.push(arguments);}
|
window.dataLayer = window.dataLayer || [];
|
||||||
gtag('js', new Date());
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('config', 'UA-96910779-8');
|
gtag('js', new Date());
|
||||||
|
gtag('config', 'UA-96910779-8');
|
||||||
|
}
|
||||||
</script>
|
</script>
|
Loading…
Reference in New Issue
Block a user