summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-26 09:10:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-26 09:10:10 +0000
commit1410a428483bfb9108c79cd505659cf972117e54 (patch)
tree6efd5fc905538522e60c2ee3e5af9698389eed38
parentUsing debhelper install files to install netdata configuration. (diff)
downloadnetdata-1410a428483bfb9108c79cd505659cf972117e54.tar.xz
netdata-1410a428483bfb9108c79cd505659cf972117e54.zip
Removing Google Fonts in console.html for privacy reasons.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/debian/0013-remove-googlefonts.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/debian/0013-remove-googlefonts.patch b/debian/patches/debian/0013-remove-googlefonts.patch
new file mode 100644
index 000000000..a9f43f2db
--- /dev/null
+++ b/debian/patches/debian/0013-remove-googlefonts.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Subject: Remove Google Fonts for privacy reasons.
+
+diff -Naurp netdata.orig/web/gui/console.html netdata/web/gui/console.html
+--- netdata.orig/web/gui/console.html
++++ netdata/web/gui/console.html
+@@ -11,7 +11,7 @@
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+ <link rel="icon" href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP9JREFUeNpiYBgFo+A/w34gpiZ8DzWzAYgNiHGAA5UdgA73g+2gcyhgg/0DGQoweB6IBQYyFCCOGOBQwBMd/xnW09ERDtgcoEBHB+zHFQrz6egIBUasocDAcJ9OxWAhE4YQI8MDILmATg7wZ8QRDfQKhQf4Cie6pAVGPA4AhQKo0BCgZRAw4ZSBpIWJNI6CD4wEKikBaFqgVSgcYMIrzcjwgcahcIGRiPYCLUPBkNhWUwP9akVcoQBpatG4MsLviAIqWj6f3Absfdq2igg7IIEKDVQKEzN5ofAenJCp1I8gJRTug5tfkGIdR1FDniMI+QZUjF8Amn5htOdHCAAEGACE6B0cS6mrEwAAAABJRU5ErkJggg==" />
+- <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
++ <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> -->
+ <!-- Google Tag Manager -->
+ <script>(function (w, d, s, l, i) {
+ w[l] = w[l] || []; w[l].push({
diff --git a/debian/patches/series b/debian/patches/series
index 0a0300ab3..6c2c906e5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,4 +10,5 @@ debian/0009-remove-social-media-buttons.patch
debian/0010-remove-googleanalytics.patch
debian/0011-remove-login.patch
debian/0012-remove-signin.patch
+debian/0013-remove-googlefonts.patch
upstream/0001-allow-symlinks.patch