summarylogtreecommitdiffstats
path: root/firefox-60-disable-first-run-privacy-policy.patch
diff options
context:
space:
mode:
authorw2018-07-26 10:42:23 +0200
committerw2018-07-26 10:42:23 +0200
commit4c4b4645c78488abd6692f782081f1a35fc46489 (patch)
tree6552e7ee2c4a628388c25539449a11d142d0991d /firefox-60-disable-first-run-privacy-policy.patch
parentb62a0791338d117c8d0de52b418bc6f348c43e10 (diff)
downloadaur-4c4b4645c78488abd6692f782081f1a35fc46489.tar.gz
Update to version 60.1.0
Diffstat (limited to 'firefox-60-disable-first-run-privacy-policy.patch')
-rw-r--r--firefox-60-disable-first-run-privacy-policy.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/firefox-60-disable-first-run-privacy-policy.patch b/firefox-60-disable-first-run-privacy-policy.patch
new file mode 100644
index 000000000000..5fdd49a94efe
--- /dev/null
+++ b/firefox-60-disable-first-run-privacy-policy.patch
@@ -0,0 +1,16 @@
+--- firefox-60.0.bak/toolkit/components/telemetry/datareporting-prefs.js 2018-05-16 09:31:04.390035410 +0200
++++ firefox-60.0/toolkit/components/telemetry/datareporting-prefs.js 2018-05-16 14:26:08.568343718 +0200
+@@ -4,11 +4,11 @@
+
+ /* global pref */
+
+-pref("datareporting.policy.dataSubmissionEnabled", true);
++pref("datareporting.policy.dataSubmissionEnabled", false);
+ pref("datareporting.policy.dataSubmissionPolicyNotifiedTime", "0");
+ pref("datareporting.policy.dataSubmissionPolicyAcceptedVersion", 0);
+ pref("datareporting.policy.dataSubmissionPolicyBypassNotification", false);
+ pref("datareporting.policy.currentPolicyVersion", 2);
+ pref("datareporting.policy.minimumPolicyVersion", 1);
+ pref("datareporting.policy.minimumPolicyVersion.channel-beta", 2);
+-pref("datareporting.policy.firstRunURL", "https://www.mozilla.org/privacy/firefox/");
++pref("datareporting.policy.firstRunURL", "");