summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.env3
-rw-r--r--.env.production3
-rw-r--r--public/index.html10
3 files changed, 0 insertions, 16 deletions
diff --git a/.env b/.env
index 8cc9241..1cfb299 100644
--- a/.env
+++ b/.env
@@ -10,8 +10,5 @@ VUE_APP_RECAPTCHA=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
# Responsible disclosure PGP key
VUE_APP_PGP=
-# Google analytics
-VUE_APP_ANALYTICS=
-
# AddThis
VUE_APP_ADDTHIS=
diff --git a/.env.production b/.env.production
index 531a45b..b32fdd4 100644
--- a/.env.production
+++ b/.env.production
@@ -8,8 +8,5 @@ VUE_APP_RECAPTCHA=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
# real PGP key goes here
VUE_APP_PGP=
-# real Google analytics key goes here
-VUE_APP_ANALYTICS=
-
# real AddThis key goes here
VUE_APP_ADDTHIS=
diff --git a/public/index.html b/public/index.html
index 11aacf5..29e8c5e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,15 +13,5 @@
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
-
- <!-- Global site tag (gtag.js) - Google Analytics -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=<%= VUE_APP_ANALYTICS %>"></script>
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', '<%= VUE_APP_ANALYTICS %>');
- </script>
</body>
</html>