-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report-To header no longer defined #159
Comments
I think that's right -- when Network Reporting split from Reporting, I intended to provide a better configuration mechanism for it, that could avoid the issues with the I don't really like the idea of reintroducing the header into Network Reporting, but it may be the best option for now (and happens to match Chromium's implementation) |
It would be quite nice if NEL adopted the Reporting API's use of structured fields for Reporting-Endpoints. |
I agree, and I'd prefer to see something like that as well. As I recall, though (and this is going back a while, so my recollection may be incomplete) the reason we didn't do that was that we introduced We also couldn't redefine the Report-To header to accept a structured header, as it introduced several parsing incompatibilities if we needed to support both old and new formats. I think that an interesting way forward here would be something like #173, to use a different channel completely, rather than headers, to configure NEL. |
Hi!
With the current editor's draft for NEL, the
NEL:
header is defined but the "old" Reporting APIReport-To:
header is referenced (in examples), but not defined anywhere.If you follow a few links e.g. for some underlined
report-to
text in NEL examples, it goes to https://w3c.github.io/reporting/network-reporting.html#endpoint-group, but that doesn't define theReport-To:
header either.Since this spec is in a small bit of flux with the Reporting API changing to the new
Reporting-Endpoints:
header, maybe we can add a notice about the state of this document vs. Reporting API, and in the description and examples link to something else?The WebAppSec CSP document is linked from the Network-Reporting spec, but it merely defines the header and doesn't give any examples of the options
https://w3c.github.io/webappsec-csp/#directives-reporting
I guess in summary, I don't think reviewers of this spec can find any of the
Report-To:
options defined anywhere anymore.The text was updated successfully, but these errors were encountered: