Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] firefox: disable telemetry
Date: Sun, 05 May 2019 12:41:03 +0200	[thread overview]
Message-ID: <20190505104103.qChedD1RxgmgjqCIDqvCw_iUVVmYhSLrlgdq-kSbxsY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11517@inbox.vuxu.org>

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

There is an updated 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: 1193 bytes --]

From 087b62b5767cc634683d8b745b625bab2b5671a1 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 +++
 srcpkgs/firefox/template        | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

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
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 0e60377f9bb..df72504db9c 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -4,7 +4,7 @@
 #
 pkgname=firefox
 version=66.0.3
-revision=2
+revision=3
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
 maintainer="Johannes <johannes.brechtmann@gmail.com>"

  parent reply	other threads:[~2019-05-05 10:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-05 10:35 [PR PATCH] " voidlinux-github
2019-05-05 10:41 ` [PR PATCH] [Updated] " voidlinux-github
2019-05-05 10:41 ` voidlinux-github [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190505104103.qChedD1RxgmgjqCIDqvCw_iUVVmYhSLrlgdq-kSbxsY@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).