Closed Bug 1744118 Opened 2 years ago Closed 2 years ago

Fix the JS Load Telemetry (and System Principal Restriction Telemetry)

Categories

(Firefox :: Security, enhancement)

enhancement

Tracking

()

RESOLVED FIXED
96 Branch
Tracking Status
firefox96 --- fixed

People

(Reporter: tjr, Assigned: tjr)

References

Details

Attachments

(1 file)

If the string pref is not set, we will fail and return early. This is blocking all telemetry for the past two releases. :(

If the string pref is not set, then pref lookup fails. If the lookup
fails, we interpret it as an error (rather than a missing pref) and
bail early.

This means that we never set sJSHacksChecked and no telemetry will be
sent because we permit everything. (It also means we do a ton of pref
lookups all the time because every one of them fails.)

Pushed by mozilla@christophkerschbaumer.com:
https://hg.mozilla.org/integration/autoland/rev/0c40a08fe9b6
Fix the JS Load and System Principal Telemetry r=ckerschb
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: