summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0010-remove-googleanalytics.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/0010-remove-googleanalytics.patch')
-rw-r--r--debian/patches/debian/0010-remove-googleanalytics.patch89
1 files changed, 0 insertions, 89 deletions
diff --git a/debian/patches/debian/0010-remove-googleanalytics.patch b/debian/patches/debian/0010-remove-googleanalytics.patch
deleted file mode 100644
index 3bc8a4af..00000000
--- a/debian/patches/debian/0010-remove-googleanalytics.patch
+++ /dev/null
@@ -1,89 +0,0 @@
-Author: Lennart Weller <lhw@ring0.de>
-Subject: Remove googleanalytics
-
-diff -Naurp netdata.orig/web/gui/demosites2.html netdata/web/gui/demosites2.html
---- netdata.orig/web/gui/demosites2.html 2021-02-03 14:09:31.000000000 +0100
-+++ netdata/web/gui/demosites2.html 2021-02-07 13:00:35.014255664 +0100
-@@ -1096,17 +1096,4 @@
- </div>
- </div>
- </body>
--<script>
-- // google analytics when this is used for the home page of the demo sites
-- // you don't need this if you customize this dashboard for your needs
-- setTimeout(function() {
-- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
--
-- ga('create', 'UA-64295674-3', 'auto');
-- ga('send', 'pageview');
-- }, 2000);
--</script>
- </html>
-diff -Naurp netdata.orig/web/gui/demosites.html netdata/web/gui/demosites.html
---- netdata.orig/web/gui/demosites.html 2021-02-03 14:09:31.000000000 +0100
-+++ netdata/web/gui/demosites.html 2021-02-07 12:59:33.954375891 +0100
-@@ -1385,14 +1385,6 @@ p {
- }(c)))
- }
-
-- function o() {
-- !function (t, e, a, n, o, i) {
-- t.GoogleAnalyticsObject = n, t[n] || (t[n] = function () {
-- (t[n].q = t[n].q || []).push(arguments)
-- }), t[n].l = +new Date, o = e.createElement(a), i = e.getElementsByTagName(a)[0], o.src = "//www.google-analytics.com/analytics.js", i.parentNode.insertBefore(o, i)
-- }(t, r, "script", "ga"), ga("create", "UA-64295674-3", "auto"), ga("send", "pageview", "/site"+window.location.pathname), t.document.addEventListener("click", n)
-- }
--
- function i() {
- !function (t, e, a) {
- var n, o = t.getElementsByTagName(e)[0];
-diff -Naurp netdata.orig/web/gui/infographic.html netdata/web/gui/infographic.html
---- netdata.orig/web/gui/infographic.html 2021-02-03 14:09:31.000000000 +0100
-+++ netdata/web/gui/infographic.html 2021-02-07 13:00:20.950283510 +0100
-@@ -126,14 +126,6 @@
- }(c)))
- }
-
-- function o() {
-- !function (t, e, a, n, o, i) {
-- t.GoogleAnalyticsObject = n, t[n] || (t[n] = function () {
-- (t[n].q = t[n].q || []).push(arguments)
-- }), t[n].l = +new Date, o = e.createElement(a), i = e.getElementsByTagName(a)[0], o.src = "//www.google-analytics.com/analytics.js", i.parentNode.insertBefore(o, i)
-- }(t, r, "script", "ga"), ga("create", "UA-64295674-3", "auto"), ga("send", "pageview"), t.document.addEventListener("click", n)
-- }
--
- function i() {
- !function (t, e, a) {
- var n, o = t.getElementsByTagName(e)[0];
-diff -Naurp netdata.orig/web/gui/main.js netdata/web/gui/main.js
---- netdata.orig/web/gui/main.js 2021-02-07 12:48:55.307522425 +0100
-+++ netdata/web/gui/main.js 2021-02-07 13:00:13.098299018 +0100
-@@ -4460,25 +4460,6 @@ function finalizePage() {
- if (isdemo()) {
- // do not to give errors on netdata demo servers for 60 seconds
- NETDATA.options.current.retries_on_data_failures = 60;
--
-- // google analytics when this is used for the home page of the demo sites
-- // this does not run on user's installations
-- setTimeout(function () {
-- (function (i, s, o, g, r, a, m) {
-- i['GoogleAnalyticsObject'] = r;
-- i[r] = i[r] || function () {
-- (i[r].q = i[r].q || []).push(arguments)
-- }, i[r].l = 1 * new Date();
-- a = s.createElement(o),
-- m = s.getElementsByTagName(o)[0];
-- a.async = 1;
-- a.src = g;
-- m.parentNode.insertBefore(a, m)
-- })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
--
-- ga('create', 'UA-64295674-3', 'auto');
-- ga('send', 'pageview', '/demosite/' + window.location.host);
-- }, 2000);
- } else {
- notifyForUpdate();
- }