commit 9eee26bc350e11b9770879c014d2be0966165e6e
parent 76293cab6a3dab0fd2429f843a53c84c1f1e3209
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Fri, 2 Jun 2017 00:57:36 +1200
0330b: unifiedIsOptIn->deprecated
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/user.js b/user.js
@@ -141,7 +141,7 @@ user_pref("dom.ipc.plugins.reportCrashURL", false);
/* 0320: disable extension discovery
* featured extensions for displaying in Get Add-ons panel ***/
user_pref("extensions.webservice.discoverURL", "http://127.0.0.1");
-/* 0330a: disable telemetry
+/* 0330: disable telemetry
* the pref (.unified) affects the behaviour of the pref (.enabled)
* IF unified=false then .enabled controls the telemetry module
* IF unified=true then .enabled ONLY controls whether to record extended data
@@ -149,9 +149,6 @@ user_pref("extensions.webservice.discoverURL", "http://127.0.0.1");
* [1] https://gecko.readthedocs.org/en/latest/toolkit/components/telemetry/telemetry/preferences.html ***/
user_pref("toolkit.telemetry.unified", false);
user_pref("toolkit.telemetry.enabled", false);
-/* 0330b: set unifiedIsOptIn to make sure telemetry respects OptIn choice and that telemetry
- * is enabled ONLY for people that opted into it, even if unified Telemetry is enabled ***/
-user_pref("toolkit.telemetry.unifiedIsOptIn", true); // (hidden pref)
/* 0331: remove url of server telemetry pings are sent to ***/
user_pref("toolkit.telemetry.server", "");
/* 0332: disable archiving pings locally - irrelevant if toolkit.telemetry.unified is false ***/
@@ -1682,6 +1679,10 @@ user_pref("ghacks_user.js.parrot", "No no he's not dead, he's, he's restin'! Rem
// user_pref("browser.safebrowsing.appRepURL", ""); // Google application reputation check
/* 0333b: (47+) disable about:healthreport page UNIFIED ***/
// user_pref("datareporting.healthreport.about.reportUrlUnified", "data:text/plain,");
+/* 0330b: (47+) set unifiedIsOptIn to make sure telemetry respects OptIn choice and that telemetry
+ * is enabled ONLY for people that opted into it, even if unified Telemetry is enabled
+ * [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1236580
+ // user_pref("toolkit.telemetry.unifiedIsOptIn", true); // (hidden pref)
/* 0807: (47+) disable history manipulation
* [1] https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history
* [WARNING] If set to false it breaks some sites (youtube) ability to correctly show the