Closed
Bug 1697163
Opened 4 years ago
Closed 4 years ago
Only collect Telemetry for STYLE and SCRIPT loads
Categories
(Core :: DOM: Security, enhancement, P2)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: freddy, Assigned: freddy)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file)
For the sake of incrementalism, we will only collect telemetry information for load with an associated risk that is easier to quantify. Hence, we're reducing the reported loads and will bail out early for loads that aren't STYLE or SCRIPT.
Aside: This is a follow-up of https://bugzilla.mozilla.org/show_bug.cgi?id=1644671 and will also address https://bugzilla.mozilla.org/show_bug.cgi?id=1684920.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
For the sake of making this easy to revert, this happens in an early return within the telemetry function instead of our restriction logic.
Updated•4 years ago
|
Severity: -- → S2
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [domsecurity-active]
Pushed by fbraun@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f2dc0904d1ae
restrict systemprincipal telemetry to scripts and styles r=ckerschb
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•