Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] firefox: disable telemetry
@ 2019-05-05 10:35 voidlinux-github
  2019-05-05 10:41 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: voidlinux-github @ 2019-05-05 10:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is a new pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages firefox
https://github.com/void-linux/void-packages/pull/11517

firefox: disable telemetry


A patch file from https://github.com/void-linux/void-packages/pull/11517.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-firefox-11517.patch --]
[-- Type: application/text/x-diff, Size: 778 bytes --]

From 530b6988514273d78eb600711ea490fac48399a0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 5 May 2019 12:34:51 +0200
Subject: [PATCH] firefox: disable telemetry

---
 srcpkgs/firefox/files/vendor.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/srcpkgs/firefox/files/vendor.js b/srcpkgs/firefox/files/vendor.js
index 5be4f1b5f3f..43311e9e14c 100644
--- a/srcpkgs/firefox/files/vendor.js
+++ b/srcpkgs/firefox/files/vendor.js
@@ -7,3 +7,6 @@ pref("browser.shell.checkDefaultBrowser", false);
 // Don't disable our bundled extensions in the application directory
 pref("extensions.autoDisableScopes", 11);
 pref("extensions.shownSelectionUI", true);
+
+// Disable telemetry
+lockPref("toolkit.telemetry.enabled", false);
\ No newline at end of file

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-05-05 13:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-05 10:35 [PR PATCH] firefox: disable telemetry voidlinux-github
2019-05-05 10:41 ` [PR PATCH] [Updated] " voidlinux-github
2019-05-05 10:41 ` voidlinux-github
2019-05-05 11:02 ` voidlinux-github
2019-05-05 11:03 ` voidlinux-github
2019-05-05 11:08 ` voidlinux-github
2019-05-05 11:12 ` voidlinux-github
2019-05-05 11:15 ` voidlinux-github
2019-05-05 11:26 ` voidlinux-github
2019-05-05 11:27 ` voidlinux-github
2019-05-05 11:27 ` voidlinux-github
2019-05-05 13:12 ` [PR PATCH] [Closed]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).