Bug 1417473 - Enable the hybrid content telemetry API. r?chutten draft
authorAlessio Placitelli <alessio.placitelli@gmail.com>
Thu, 04 Jan 2018 10:32:58 +0100
changeset 716370 0cd6bfb385bacab755f80b071bb3453f9ad9cfe9
parent 716369 b3b8c6b7c87a992975308c0b9e26111a113d107e
child 745016 4b8c167d92f8af4a1a1fd10f5866f97b1bc0db50
push id94411
push useralessio.placitelli@gmail.com
push dateFri, 05 Jan 2018 15:38:32 +0000
reviewerschutten
bugs1417473
milestone59.0a1
Bug 1417473 - Enable the hybrid content telemetry API. r?chutten MozReview-Commit-ID: Cjsu10fgKtq
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1518,16 +1518,18 @@ pref("toolkit.telemetry.shutdownPingSend
 // Enables sending a duplicate of the first shutdown ping from the first session.
 pref("toolkit.telemetry.firstShutdownPing.enabled", true);
 // Enables sending the 'new-profile' ping on new profiles.
 pref("toolkit.telemetry.newProfilePing.enabled", true);
 // Enables sending 'update' pings on Firefox updates.
 pref("toolkit.telemetry.updatePing.enabled", true);
 // Enables sending 'bhr' pings when the browser hangs.
 pref("toolkit.telemetry.bhrPing.enabled", true);
+// Enables using Hybrid Content Telemetry from Mozilla privileged pages.
+pref("toolkit.telemetry.hybridContent.enabled", true);
 
 // Telemetry experiments settings.
 pref("experiments.enabled", true);
 pref("experiments.manifest.fetchIntervalSeconds", 86400);
 pref("experiments.manifest.uri", "https://telemetry-experiment.cdn.mozilla.net/manifest/v1/firefox/%VERSION%/%CHANNEL%");
 // Whether experiments are supported by the current application profile.
 pref("experiments.supported", true);