Between Firefox ESR 52 and ESR 60, Mozilla added telemetry pings to the updater codepaths. Unfortunately, some pings are not correctly disabled when telemetry is disabled.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
It seems to me we don't need the _enabled check? Because you are setting Telemetry usage to false in the first patch, so we should we good without _enabled usage (in fact the latter makes the pref flip obsolete by never ever sending a ping). Or maybe I am missing something here?
Trac: Keywords: TorBrowserTeam201805R deleted, TorBrowserTeam201805 added Status: needs_review to needs_revision
It seems to me we don't need the _enabled check? Because you are setting Telemetry usage to false in the first patch, so we should we good without _enabled usage (in fact the latter makes the pref flip obsolete by never ever sending a ping). Or maybe I am missing something here?
The _enabled check is not needed for Tor Browser, but since Firefox supports a separate toolkit.telemetry.updatePing.enabled pref we thought we should write the patch in the form Mozilla will want it. Kathy and I have not found time to file a Bugzilla bug yet though.
This got actually applied to tor-browser-60.0.1esr-8.0-1 (as commit 7ca562c26856b7a413854600cd9ae44ddbaf3462). mcs/brade: Could you just open the Moz bug and then close this ticket?