Filter out some requests from ORB telemetry
Categories
(Core :: DOM: Networking, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: sefeng, Assigned: sefeng)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged][orb:m2])
Attachments
(1 file)
I think before we start to collect more data, the simplest thing we can do is to follow Olli's suggestion by filtering nsIContentPolicy::TYPE_BEACON
, nsIContentPolicy::TYPE_PING
and nsIContentPolicy::TYPE_CSP_REPORT
requests out from the ORB telemetry probes, since the content process will do nothing to these requests so having them blocked by ORB should have zero web-compat concerns.
Especially for TYPE_BEACON
because Amazon.com
and live.com
both have ORB blocked requests with TYPE_BEACON
.
Assignee | ||
Comment 1•2 years ago
|
||
Content processes can do nothing to the responses of nsIContentPolicy::TYPE_BEACON,
nsIContentPolicy::TYPE_PING and nsIContentPolicy::TYPE_CSP_REPORT requests, so filter
them out of the ORB_DID_EVER_BLOCK_RESPONSE probe to not worry them for
web compatibility.
Updated•2 years ago
|
Comment 2•2 years ago
|
||
One thing we need to figure out is how to not show these loads as errors in the devtools network monitor.
Assignee | ||
Comment 4•2 years ago
|
||
One thing we need to figure out is how to not show these loads as errors in the devtools network monitor.
Filed bug 1824137
Comment 5•2 years ago
|
||
bugherder |
Description
•