- From: Simon Farre <notifications@github.com>
- Date: Mon, 05 Jan 2026 11:22:04 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 5 January 2026 19:22:08 UTC
theIDinside left a comment (whatwg/fetch#1035) I think that it should be. Currently, none of the browsers have any way of distinguishing, for Reporting API purposes (NEL, specifically), between two processes (or just two different tabs) that has the same origin stuff, but different end point configurations. This can be seen in a test currently written in gecko [here](https://phabricator.services.mozilla.com/D277219) which means that, two different tabs or iframes (the test uses iframes), can pollute each other's endpoints, because the keying is not unique enough. It needs to be more unique, than effectively just top level origin for things like Reporting API (or at least NEL). -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1035#issuecomment-3711779233 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1035/3711779233@github.com>
Received on Monday, 5 January 2026 19:22:08 UTC